We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2317b66 commit a52c8e8Copy full SHA for a52c8e8
setup.py
@@ -33,7 +33,7 @@
33
"Programming Language :: Python :: 3.10",
34
],
35
keywords="amplitude, python, backend",
36
- install_requires=["dataclasses-json>=0.6.7","amplitude_analytics>=1.1.1"],
+ install_requires=["dataclasses-json>=0.6.7","amplitude_analytics>=1.1.1","sseclient-py~=1.8.0"],
37
package_dir={"": "src"},
38
packages=["amplitude_experiment"],
39
include_package_data=True,
0 commit comments