Skip to content

Commit

Permalink
build: Update setup.py with amplitude_analytics install requirement (#26
Browse files Browse the repository at this point in the history
)
  • Loading branch information
tyiuhc authored Aug 21, 2023
1 parent f3988fd commit e4672a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"Programming Language :: Python :: 3.10",
],
keywords="amplitude, python, backend",
install_requires=["<amplitude_analytics> >= <1.1.1>"],
package_dir={"": "src"},
packages=["amplitude_experiment"],
include_package_data=True,
Expand Down

0 comments on commit e4672a3

Please sign in to comment.