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 732a45f commit f94fdb2Copy full SHA for f94fdb2
setup.py
@@ -78,7 +78,7 @@
78
"quattro>=25.2,<26", # Manage task groups and background tasks
79
"taskiq[metrics]>=0.11.16,<0.12",
80
"tomlkit>=0.12,<1", # For reading/writing global platform profile
81
- "fief_client @ git+https://github.com/ApeWorX/fief-python@fix/support-ory#egg=fief_client[cli]", # for platform auth/cluster login
+ "fief_client @ git+https://github.com/ApeWorX/fief-python@fix/support-ory#egg=fief_client[cli]", # for platform auth/cluster login # noqa: E501
82
"yaspin", # NOTE: Required by fief-client
83
"web3>=7.7,<8", # TODO: Remove when Ape v0.9 is released (Ape v0.8 allows web3 v6)
84
],
0 commit comments