Spaces:
Running
Running
lazarusking
commited on
Commit
•
378032f
1
Parent(s):
4e9ce92
update requirements.txt
Browse files- .gitignore +1 -2
- req.txt → requirements.txt +3 -1
.gitignore
CHANGED
@@ -2,5 +2,4 @@ __pycache__/
|
|
2 |
*.pyc
|
3 |
flagged/
|
4 |
.venv
|
5 |
-
docs/
|
6 |
-
requirements.txt
|
|
|
2 |
*.pyc
|
3 |
flagged/
|
4 |
.venv
|
5 |
+
docs/
|
|
req.txt → requirements.txt
RENAMED
@@ -17,7 +17,7 @@ ffmpy==0.3.0
|
|
17 |
fonttools==4.37.1
|
18 |
frozenlist==1.3.1
|
19 |
fsspec==2022.7.1
|
20 |
-
gradio==3.1
|
21 |
h11==0.12.0
|
22 |
httpcore==0.15.0
|
23 |
httpx==0.23.0
|
@@ -47,6 +47,7 @@ pyparsing==3.0.9
|
|
47 |
python-dateutil==2.8.2
|
48 |
python-multipart==0.0.5
|
49 |
pytz==2022.2.1
|
|
|
50 |
requests==2.28.1
|
51 |
rfc3986==1.5.0
|
52 |
six==1.16.0
|
@@ -56,4 +57,5 @@ typing-extensions==4.3.0
|
|
56 |
uc-micro-py==1.0.1
|
57 |
urllib3==1.26.12
|
58 |
uvicorn==0.18.3
|
|
|
59 |
yarl==1.8.1
|
|
|
17 |
fonttools==4.37.1
|
18 |
frozenlist==1.3.1
|
19 |
fsspec==2022.7.1
|
20 |
+
gradio==3.3.1
|
21 |
h11==0.12.0
|
22 |
httpcore==0.15.0
|
23 |
httpx==0.23.0
|
|
|
47 |
python-dateutil==2.8.2
|
48 |
python-multipart==0.0.5
|
49 |
pytz==2022.2.1
|
50 |
+
PyYAML==6.0
|
51 |
requests==2.28.1
|
52 |
rfc3986==1.5.0
|
53 |
six==1.16.0
|
|
|
57 |
uc-micro-py==1.0.1
|
58 |
urllib3==1.26.12
|
59 |
uvicorn==0.18.3
|
60 |
+
websockets==10.3
|
61 |
yarl==1.8.1
|