Spaces:
Running
Running
Trisha Tomy
commited on
Commit
·
cbcd3e0
1
Parent(s):
5aa95b3
Install Flask with async extra for async views
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
Flask
|
2 |
-e .
|
3 |
playwright
|
4 |
playwright-stealth==1.0.6
|
|
|
1 |
+
Flask[async]
|
2 |
-e .
|
3 |
playwright
|
4 |
playwright-stealth==1.0.6
|