Add model loader, update requirements.txt
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
selenium
|
||||
pydantic
|
||||
aiohttp
|
||||
aiosqlite
|
||||
chromedriver_autoinstaller
|
||||
httpx
|
||||
requests
|
||||
bs4
|
||||
html2text
|
||||
litellm
|
||||
python-dotenv
|
||||
nltk
|
||||
lazy_import
|
||||
rich
|
||||
spacy
|
||||
scikit-learn
|
||||
aiohttp==3.9.5
|
||||
aiosqlite==0.20.0
|
||||
bs4==0.0.2
|
||||
fastapi==0.111.0
|
||||
html2text==2024.2.26
|
||||
httpx==0.27.0
|
||||
lazy_import==0.2.2
|
||||
litellm==1.37.11
|
||||
nltk==3.8.1
|
||||
pydantic==2.7.1
|
||||
python-dotenv==1.0.1
|
||||
requests==2.31.0
|
||||
rich==13.7.1
|
||||
scikit-learn==1.4.2
|
||||
selenium==4.20.0
|
||||
spacy==3.7.4
|
||||
uvicorn==0.29.0
|
||||
|
||||
Reference in New Issue
Block a user