Skip to content

Commit a52c8e8

Browse files
authored
fix: add sseclient-py to setup.py (#63)
Add sseclient-py to setup.py fix `ModuleNotFoundError: No module named 'sseclient'` in 1.8.0
1 parent 2317b66 commit a52c8e8

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)