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 8fc9cb6 commit 973356dCopy full SHA for 973356d
1 file changed
requirements.txt
@@ -1,7 +1,8 @@
1
requests~=2.32.5; python_version < "3.10"
2
requests~=2.34.0; python_version >= "3.10"
3
# Core dependencies
4
-django>=6.0.6,<6.1.0
+django>=4.2.0,<5.0.0; python_version < "3.12"
5
+django>=6.0.6,<6.1.0; python_version >= "3.12"
6
python-dotenv>=1.0.0
7
cryptography>=46.0.6,<47.0
8
pyjwt>=2.10.0
0 commit comments