Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
flask==3.1.0
|
| 2 |
+
requests==2.32.3
|
| 3 |
+
waitress==3.0.2
|
| 4 |
+
mistral_common==1.5.4
|
| 5 |
+
flask-limiter==3.11.0
|
| 6 |
+
limits[memcached]==4.4.1
|
| 7 |
+
coloredlogs==15.0.1
|
| 8 |
+
printedcolors==1.0.0
|
| 9 |
+
pymemcache==4.0.0
|