We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c11fc commit 46766a6Copy full SHA for 46766a6
client/requirements.txt
@@ -2,7 +2,7 @@ flask==2.2.5;python_version<"3.8"
2
flask==3.0.3;python_version>="3.8"
3
python-dotenv==0.21.1;python_version<"3.8"
4
python-dotenv==1.0.1;python_version>="3.8"
5
-rq==1.16.2
+rq==2.0.0
6
redis==5.2.0
7
jsonschema==4.17.3;python_version<"3.8"
8
jsonschema==4.23.0;python_version>="3.8"
0 commit comments