We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e50e22 + 56b26cb commit 9c3bb90Copy full SHA for 9c3bb90
1 file changed
requirements.txt
@@ -1,23 +1,23 @@
1
-cffi==1.15.0
+cffi>=1.15.0
2
click>=8.1.7
3
-cryptography>=44.0.1
+cryptography>=46.0.5
4
Flask>=3.1.2
5
-Flask-Cors==3.0.10
+Flask-Cors>=6.0.0
6
flask-talisman==1.1.0
7
gunicorn>=23.0.0
8
itsdangerous>=2.2.0
9
Jinja2>=3.1.4
10
MarkupSafe>=3.0.2
11
pycparser==2.21
12
PyJWT>=2.10.1
13
-python-dotenv==0.19.1
+python-dotenv>=1.0.1
14
six==1.16.0
15
Werkzeug>=3.1.3
16
requests>=2.32.3
17
firebase_admin==6.5.0
18
ratelimit==2.2.1
19
cachetools==5.2.0
20
-slack_sdk==3.18.1
+slack_sdk>=3.27.1
21
markdown==3.4.1
22
mock-firestore==0.11.0
23
ratelimiter==1.2.0
@@ -40,7 +40,8 @@ pylint==3.2.5
40
pytest==8.2.2
41
resend==2.3.0
42
readme-metrics[Flask]==3.1.0
43
-redis==5.2.1
+redis>=6.1.0
44
tiktoken==0.9.0
45
numpy==1.26.3
46
-colorlog==6.7.0
+colorlog==6.7.0
47
+pynacl>=1.6.2
0 commit comments