mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
chore: cleaning up provider of prices
This commit is contained in:
@@ -1,26 +1,15 @@
|
||||
# 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
|
||||
fastapi
|
||||
uvicorn[standard]
|
||||
pydantic
|
||||
numpy
|
||||
pandas
|
||||
scikit-learn
|
||||
redis
|
||||
supabase
|
||||
confluent-kafka>=2.3.0
|
||||
kafka-python>=2.0.2
|
||||
|
||||
# Visualization & Graphing
|
||||
graphviz>=0.20.1
|
||||
|
||||
# Utilities
|
||||
kafka-python
|
||||
graphviz
|
||||
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