Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions mount/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# QAI Integration Service Requirements

# Web Framework
fastapi>=0.139.0
uvicorn[standard]>=0.51.0
fastapi>=0.141.1
uvicorn[standard]>=0.52.1
pydantic>=2.13.4
pydantic-settings>=2.14.2
pydantic-settings>=2.15.0

# Async Support
aiofiles>=25.1.0
Expand All @@ -18,7 +18,7 @@ python-dotenv>=1.2.2
python-json-logger>=4.1.0

# Data Processing
pandas>=3.0.4
pandas>=3.0.5
numpy>=2.5.1

# Optional: Add if you want direct imports from other modules
Expand Down
Loading