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.
2 parents a550b17 + 973356d commit 7a38e85Copy full SHA for 7a38e85
1 file changed
requirements.txt
@@ -1,7 +1,8 @@
1
requests~=2.32.5; python_version < "3.10"
2
requests~=2.34.2; python_version >= "3.10"
3
# Core dependencies
4
-django>=4.2.0,<5.0.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>=48.0.1,<48.1
8
pyjwt>=2.10.0
0 commit comments