Add gunicorn to requirements for improved server performance
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
|
|
| 1 |
flask==3.0.3
|
| 2 |
dnspython==2.7.0
|
|
|
|
| 1 |
+
gunicorn==22.0.0
|
| 2 |
flask==3.0.3
|
| 3 |
dnspython==2.7.0
|