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 6e9f6e8 commit 15c9000Copy full SHA for 15c9000
pyproject.toml
@@ -22,6 +22,16 @@ classifiers=[
22
"Programming Language :: Python :: 3.11"
23
]
24
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
+
35
[project.urls]
36
Homepage = "https://github.com/Unleash/unleash-client-python"
37
Documentation = "https://docs.getunleash.io/unleash-client-python"
0 commit comments