Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
|
|
| 1 |
requests==2.31.0
|
| 2 |
playwright==1.40.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
gunicorn==21.2.0
|
|
|
|
| 1 |
+
flask==3.0.0
|
| 2 |
requests==2.31.0
|
| 3 |
playwright==1.40.0
|
| 4 |
+
certifi==2023.11.17
|
| 5 |
+
urllib3==2.1.0
|
| 6 |
gunicorn==21.2.0
|