media-unmasked-api / requirements.txt
wozwize's picture
updating dockerfile and requirements
b77d4af
raw
history blame
434 Bytes
fastapi[all]==0.109.2
uvicorn==0.27.1
pydantic==2.6.1
beautifulsoup4==4.12.3
requests>=2.31.0
python-dotenv>=1.0.0
textblob==0.17.1
nltk==3.8.1
transformers==4.36.2
torch==2.1.2
numpy==1.26.3
pytest==7.4.3
pytest-asyncio==0.21.1
httpx==0.25.2 # Ensure you're using the version you need, or consider downgrading if needed
supabase-py # Keep it without a version constraint, or pin to a working version like 1.0.0
configparser>=6.0.0