Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 4c2d9f9

Browse files
committed
Add requirement for sseclient==0.0.24
1 parent 483bd4f commit 4c2d9f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

orbitdbapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = '0.2.2-dev1'
1+
version = '0.2.2-dev2'
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
packages=find_packages(),
1515
install_requires=[
1616
'requests >= 2.11',
17-
'hypertemp == 0.8.0'
17+
'hypertemp == 0.8.0',
18+
'sseclient==0.0.24'
1819
],
1920
classifiers=[
2021
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)