Skip to content

Commit 15c9000

Browse files
committed
HOTFIX: Fix dependencies for new package install.
1 parent 6e9f6e8 commit 15c9000

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ classifiers=[
2222
"Programming Language :: Python :: 3.11"
2323
]
2424

25+
dependencies=[
26+
"requests",
27+
"fcache",
28+
"mmhash3",
29+
"apscheduler < 4.0.0",
30+
"importlib_metadata",
31+
"python-dateutil",
32+
"semver < 3.0.0"
33+
]
34+
2535
[project.urls]
2636
Homepage = "https://github.com/Unleash/unleash-client-python"
2737
Documentation = "https://docs.getunleash.io/unleash-client-python"

0 commit comments

Comments
 (0)