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 4fdcefc commit e1f7cf6Copy full SHA for e1f7cf6
backend/requirements.txt
@@ -14,4 +14,5 @@ pyotp==2.9.0
14
django-csp==3.8
15
argon2-cffi==23.1.0
16
cryptography>=42.0.0
17
-setuptools>=70.0.0
+# rest_framework_simplejwt==5.3.0 imports pkg_resources; setuptools plans to remove it in 81+.
18
+setuptools>=70.0.0,<81
0 commit comments