Skip to content

Commit 07fb359

Browse files
authored
Add sseclient-py to setup.py
fix `ModuleNotFoundError: No module named 'sseclient'` in 1.8.0
1 parent 2317b66 commit 07fb359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"Programming Language :: Python :: 3.10",
3434
],
3535
keywords="amplitude, python, backend",
36-
install_requires=["dataclasses-json>=0.6.7","amplitude_analytics>=1.1.1"],
36+
install_requires=["dataclasses-json>=0.6.7","amplitude_analytics>=1.1.1","sseclient-py~=1.8.0"],
3737
package_dir={"": "src"},
3838
packages=["amplitude_experiment"],
3939
include_package_data=True,

0 commit comments

Comments
 (0)