Initial commit for deployment
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Flask and FastAPI integration
|
||||
flask==2.3.3
|
||||
fastapi==0.103.1
|
||||
uvicorn==0.23.2
|
||||
|
||||
# Database
|
||||
sqlalchemy==2.0.20
|
||||
flask-sqlalchemy==3.0.5
|
||||
pymysql==1.1.0
|
||||
cryptography==41.0.3 # Required for PyMySQL
|
||||
alembic==1.12.0
|
||||
|
||||
# Document Processing
|
||||
langchain-text-splitters==0.3.8
|
||||
sentence-transformers==2.2.2
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.0
|
||||
pydantic==2.3.0
|
||||
|
||||
# Testing
|
||||
pytest==7.4.0
|
||||
Reference in New Issue
Block a user