Remove Gunicorn and Uvicorn from requirements.txt, retaining Hypercorn as the ASGI server for Quart
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
Quart==0.19.9
|
2 |
requests==2.32.3
|
3 |
-
Hypercorn==0.17.3 # Alternative ASGI server for Quart
|
4 |
-
gunicorn
|
5 |
-
uvicorn
|
|
|
1 |
Quart==0.19.9
|
2 |
requests==2.32.3
|
3 |
+
Hypercorn==0.17.3 # Alternative ASGI server for Quart
|
|
|
|