Added classifiers
Showing
with
54 additions
and
28 deletions
app/classifiers.py
0 → 100644
| ... | @@ -18,11 +18,13 @@ fastapi==0.89.1 | ... | @@ -18,11 +18,13 @@ fastapi==0.89.1 |
| feedfinder2==0.0.4 | feedfinder2==0.0.4 | ||
| feedparser==6.0.10 | feedparser==6.0.10 | ||
| filelock==3.12.0 | filelock==3.12.0 | ||
| fsspec==2023.12.2 | |||
| greenlet==2.0.2 | greenlet==2.0.2 | ||
| h11==0.14.0 | h11==0.14.0 | ||
| httpcore==0.16.3 | httpcore==0.16.3 | ||
| httptools==0.5.0 | httptools==0.5.0 | ||
| httpx==0.23.3 | httpx==0.23.3 | ||
| huggingface-hub==0.19.4 | |||
| idna==3.4 | idna==3.4 | ||
| itsdangerous==2.1.2 | itsdangerous==2.1.2 | ||
| jieba3k==0.35.1 | jieba3k==0.35.1 | ||
| ... | @@ -31,17 +33,21 @@ joblib==1.2.0 | ... | @@ -31,17 +33,21 @@ joblib==1.2.0 |
| lockfile==0.12.2 | lockfile==0.12.2 | ||
| lxml==4.9.2 | lxml==4.9.2 | ||
| MarkupSafe==2.1.2 | MarkupSafe==2.1.2 | ||
| mpmath==1.3.0 | |||
| networkx==3.0 | |||
| newspaper3k==0.2.8 | newspaper3k==0.2.8 | ||
| nltk==3.8.1 | nltk==3.8.1 | ||
| numpy==1.24.2 | numpy==1.24.2 | ||
| orjson==3.8.5 | orjson==3.8.5 | ||
| outcome==1.2.0 | outcome==1.2.0 | ||
| packaging==23.2 | |||
| pandas==2.0.2 | pandas==2.0.2 | ||
| passlib==1.7.4 | passlib==1.7.4 | ||
| pid==3.0.4 | pid==3.0.4 | ||
| Pillow==9.5.0 | Pillow==9.5.0 | ||
| pyasn1==0.4.8 | pyasn1==0.4.8 | ||
| pycparser==2.21 | pycparser==2.21 | ||
| pycryptodome==3.19.0 | |||
| pydantic==1.10.4 | pydantic==1.10.4 | ||
| PySocks==1.7.1 | PySocks==1.7.1 | ||
| python-daemon==3.0.1 | python-daemon==3.0.1 | ||
| ... | @@ -56,6 +62,7 @@ requests==2.28.2 | ... | @@ -56,6 +62,7 @@ requests==2.28.2 |
| requests-file==1.5.1 | requests-file==1.5.1 | ||
| rfc3986==1.5.0 | rfc3986==1.5.0 | ||
| rsa==4.9 | rsa==4.9 | ||
| safetensors==0.4.1 | |||
| scikit-learn==1.0.2 | scikit-learn==1.0.2 | ||
| scipy==1.10.0 | scipy==1.10.0 | ||
| selenium==4.8.2 | selenium==4.8.2 | ||
| ... | @@ -68,12 +75,19 @@ sortedcontainers==2.4.0 | ... | @@ -68,12 +75,19 @@ sortedcontainers==2.4.0 |
| soupsieve==2.4 | soupsieve==2.4 | ||
| SQLAlchemy==2.0.2 | SQLAlchemy==2.0.2 | ||
| starlette==0.22.0 | starlette==0.22.0 | ||
| sympy==1.12 | |||
| threadpoolctl==3.1.0 | threadpoolctl==3.1.0 | ||
| tinysegmenter==0.3 | tinysegmenter==0.3 | ||
| tldextract==3.4.4 | tldextract==3.4.4 | ||
| tokenizers==0.15.0 | |||
| torch==2.1.1+cu118 | |||
| torchaudio==2.1.1+cu118 | |||
| torchvision==0.16.1+cu118 | |||
| tqdm==4.65.0 | tqdm==4.65.0 | ||
| transformers==4.36.1 | |||
| trio==0.22.0 | trio==0.22.0 | ||
| trio-websocket==0.10.2 | trio-websocket==0.10.2 | ||
| triton==2.1.0 | |||
| typing_extensions==4.4.0 | typing_extensions==4.4.0 | ||
| tzdata==2023.3 | tzdata==2023.3 | ||
| ujson==5.7.0 | ujson==5.7.0 | ||
| ... | ... |
Please
register
or
sign in
to comment