apersona/backend/requirements.txt

41 lines
663 B
Plaintext

# FastAPI and Web Server
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
# Database and ORM
sqlalchemy==2.0.23
alembic==1.12.1
sqlite3
# Authentication and Security
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.6
# AI and ML
torch==2.1.1
transformers==4.35.2
sentence-transformers==2.2.2
chromadb==0.4.15
ollama==0.1.8
huggingface-hub==0.19.4
# File Processing
PyPDF2==3.0.1
python-docx==1.1.0
Pillow==10.1.0
python-magic==0.4.27
# Utilities
pydantic==2.5.0
python-dotenv==1.0.0
httpx==0.25.2
aiofiles==23.2.1
schedule==1.2.0
# Development
pytest==7.4.3
pytest-asyncio==0.21.1
black==23.11.0
isort==5.12.0