23 lines
353 B
Plaintext
23 lines
353 B
Plaintext
|
|
# Montana Protocol - зависимости
|
||
|
|
# pip install -r requirements.txt
|
||
|
|
|
||
|
|
# AI Providers
|
||
|
|
anthropic>=0.39.0
|
||
|
|
openai>=1.50.0
|
||
|
|
|
||
|
|
# RAG (Retrieval Augmented Generation)
|
||
|
|
chromadb>=0.4.0
|
||
|
|
sentence-transformers>=3.0.0
|
||
|
|
|
||
|
|
# Post-Quantum Cryptography
|
||
|
|
dilithium_py
|
||
|
|
|
||
|
|
# Web API
|
||
|
|
flask>=3.0.0
|
||
|
|
flask-cors>=4.0.0
|
||
|
|
|
||
|
|
# Utils
|
||
|
|
python-dotenv>=1.0.0
|
||
|
|
psutil>=5.9.0
|
||
|
|
pytz>=2024.1
|