11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
|
# Core dependencies
|
||
|
|
flask==2.3.3
|
||
|
|
fastapi==0.103.1
|
||
|
|
uvicorn==0.23.2
|
||
|
|
flask-sqlalchemy==3.0.5
|
||
|
|
python-dotenv==1.0.0
|
||
|
|
pydantic==2.3.0
|
||
|
|
|
||
|
|
# For future implementation
|
||
|
|
pinecone-client==2.2.2
|