We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35423b9 commit 4d8a2c2Copy full SHA for 4d8a2c2
requirements.txt
@@ -1,6 +1,5 @@
1
-Django==6.0.4
2
-argon2-cffi>=25.1,<26
3
-granian>=2.5,<3
+Django[argon2]>=6.0.4,<6.1
+granian>=2.7.3,<3
4
openpyxl>=3.1.5,<3.2
5
-psycopg[binary,pool]>=3.2.6,<3.4
6
-redis[hiredis]>=5.2.1,<8
+psycopg[binary,pool]>=3.3.3,<3.4
+redis[hiredis]>=7.4.0,<8
0 commit comments