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 a12a56e commit 0a44aa9Copy full SHA for 0a44aa9
setup.cfg
@@ -32,7 +32,7 @@ zip_safe = False
32
# jwcrypto has a direct dependency on six, but does not list it yet in a release
33
# Previously, cryptography also depended on six, so this was unnoticed
34
install_requires =
35
- django >= 2.2, != 4.0.0
+ django >= 2.2, <= 4.1
36
requests >= 2.13.0
37
oauthlib >= 3.1.0
38
jwcrypto >= 0.8.0
0 commit comments