mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
chore: refactoring the providers docker config and requirements
This commit is contained in:
26
backend/provider/requirements.txt
Normal file
26
backend/provider/requirements.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
# Web Framework & API
|
||||
fastapi>=0.104.0
|
||||
uvicorn[standard]>=0.24.0
|
||||
pydantic>=2.0.0
|
||||
|
||||
# Core ML/Data Science
|
||||
numpy>=1.24.0
|
||||
pandas>=2.0.0
|
||||
scikit-learn>=1.3.0
|
||||
|
||||
# Data Storage & Messaging
|
||||
redis>=5.0.0
|
||||
supabase>=2.0.0
|
||||
confluent-kafka>=2.3.0
|
||||
kafka-python>=2.0.2
|
||||
|
||||
# Visualization & Graphing
|
||||
graphviz>=0.20.1
|
||||
|
||||
# Utilities
|
||||
python-dotenv>=1.0.0
|
||||
requests>=2.31.0
|
||||
typing-extensions>=4.8.0
|
||||
|
||||
# Serialization
|
||||
pickle5>=0.0.11; python_version < '3.8'
|
||||
Reference in New Issue
Block a user