-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (46 loc) · 957 Bytes
/
requirements.txt
File metadata and controls
56 lines (46 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Core Blockchain & Cryptography
web3==6.15.1
eth-account==0.10.0
pycryptodome==3.19.0
cryptography==41.0.7
# AI/ML Integration
openai==1.12.0
transformers==4.37.2
torch==2.1.2
numpy==1.24.3
scikit-learn==1.3.2
pandas==2.1.4
# Real-time & Async
fastapi==0.109.2
uvicorn==0.27.1
websockets==12.0
asyncio-mqtt==0.16.1
redis==5.0.1
# Authentication & Security
passlib[bcrypt]==1.7.4
python-jose[cryptography]==3.3.0
python-multipart==0.0.6
# Database & Storage
sqlalchemy==2.0.25
alembic==1.13.1
motor==3.3.2 # Async MongoDB
influxdb-client==1.38.0 # Time-series data
# Monitoring & Observability
prometheus-client==0.19.0
structlog==23.2.0
# Testing & Development
pytest==7.4.4
pytest-asyncio==0.23.5
black==24.1.1
mypy==1.8.0
# Frontend & UI
streamlit==1.29.0
plotly==5.18.0
dash==2.16.1
# Advanced Features
celery==5.3.4
flower==2.0.1
kafka-python==2.0.2
# HTTP Client
requests==2.31.0
# Note: Using custom ZKP implementation instead of pysnark