Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -21,3 +21,6 @@ google==3.0.0
|
|
21 |
python-slugify==8.0.1
|
22 |
typing==3.7.4.3
|
23 |
flask-cors
|
|
|
|
|
|
|
|
21 |
python-slugify==8.0.1
|
22 |
typing==3.7.4.3
|
23 |
flask-cors
|
24 |
+
hypercorn==0.16.0
|
25 |
+
aiohttp==3.9.3
|
26 |
+
quart==0.19.4
|