Skip to content

Commit d36d294

Browse files
authored
fix: add dataclasses-json as requirement (#58)
1 parent 1725b1b commit d36d294

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=["amplitude_analytics>=1.1.1"],
36+
install_requires=["dataclasses-json>=0.6.7","amplitude_analytics>=1.1.1"],
3737
package_dir={"": "src"},
3838
packages=["amplitude_experiment"],
3939
include_package_data=True,

0 commit comments

Comments
 (0)