Spaces:
No application file
No application file
Commit ·
0341e31
1
Parent(s): c9cd61b
requirements
Browse files- requirements.txt +52 -0
requirements.txt
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
anyio==3.7.0
|
| 2 |
+
blis==0.7.9
|
| 3 |
+
catalogue==2.0.8
|
| 4 |
+
certifi==2023.5.7
|
| 5 |
+
charset-normalizer==3.1.0
|
| 6 |
+
click==8.1.3
|
| 7 |
+
confection==0.0.4
|
| 8 |
+
cymem==2.0.7
|
| 9 |
+
dnspython==2.3.0
|
| 10 |
+
email-validator==2.0.0.post2
|
| 11 |
+
exceptiongroup==1.1.1
|
| 12 |
+
fastapi==0.98.0
|
| 13 |
+
h11==0.14.0
|
| 14 |
+
httpcore==0.17.2
|
| 15 |
+
httptools==0.5.0
|
| 16 |
+
httpx==0.24.1
|
| 17 |
+
idna==3.4
|
| 18 |
+
itsdangerous==2.1.2
|
| 19 |
+
Jinja2==3.1.2
|
| 20 |
+
langcodes==3.3.0
|
| 21 |
+
MarkupSafe==2.1.3
|
| 22 |
+
murmurhash==1.0.9
|
| 23 |
+
numpy==1.25.0
|
| 24 |
+
orjson==3.9.1
|
| 25 |
+
packaging==23.1
|
| 26 |
+
pathy==0.10.2
|
| 27 |
+
preshed==3.0.8
|
| 28 |
+
pt-core-news-lg @ https://github.com/explosion/spacy-models/releases/download/pt_core_news_lg-3.5.0/pt_core_news_lg-3.5.0-py3-none-any.whl
|
| 29 |
+
pt-core-news-sm @ https://github.com/explosion/spacy-models/releases/download/pt_core_news_sm-3.5.0/pt_core_news_sm-3.5.0-py3-none-any.whl
|
| 30 |
+
pydantic==1.10.9
|
| 31 |
+
python-dotenv==1.0.0
|
| 32 |
+
python-multipart==0.0.6
|
| 33 |
+
PyYAML==6.0
|
| 34 |
+
requests==2.31.0
|
| 35 |
+
smart-open==6.3.0
|
| 36 |
+
sniffio==1.3.0
|
| 37 |
+
spacy==3.5.3
|
| 38 |
+
spacy-legacy==3.0.12
|
| 39 |
+
spacy-loggers==1.0.4
|
| 40 |
+
srsly==2.4.6
|
| 41 |
+
starlette==0.27.0
|
| 42 |
+
thinc==8.1.10
|
| 43 |
+
tqdm==4.65.0
|
| 44 |
+
typer==0.7.0
|
| 45 |
+
typing_extensions==4.6.3
|
| 46 |
+
ujson==5.8.0
|
| 47 |
+
urllib3==2.0.3
|
| 48 |
+
uvicorn==0.22.0
|
| 49 |
+
uvloop==0.17.0
|
| 50 |
+
wasabi==1.1.2
|
| 51 |
+
watchfiles==0.19.0
|
| 52 |
+
websockets==11.0.3
|