# Python Libraries Import Substitution - Dependencies
# Проект импортозамещения библиотек для NativeMind.ru и УРАБИ.РФ

# Core dependencies
numpy>=1.21.0
scipy>=1.7.0
matplotlib>=3.5.0
pandas>=1.3.0

# AI/ML dependencies (NativeMind.ru)
torch>=1.12.0
tensorflow>=2.8.0
scikit-learn>=1.1.0
transformers>=4.20.0
datasets>=2.0.0

# Quantum computing dependencies
qiskit>=0.40.0
cirq>=1.0.0
pennylane>=0.20.0

# Cryptography dependencies (УРАБИ.РФ)
cryptography>=3.4.0
pycryptodome>=3.15.0
pyOpenSSL>=22.0.0

# Network and communication
requests>=2.28.0
aiohttp>=3.8.0
websockets>=10.0
pysip>=0.1.0

# Blockchain dependencies
web3>=5.30.0
eth-account>=0.8.0
eth-utils>=2.0.0

# Development and testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.20.0
black>=22.0.0
flake8>=5.0.0
mypy>=0.950

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
myst-parser>=0.17.0

# Performance and optimization
numba>=0.56.0
cython>=0.29.0
mkl>=2022.0.0

# Russian language support
pymorphy2>=0.9.0
nltk>=3.7
spacy>=3.4.0

# Database support
sqlalchemy>=1.4.0
psycopg2-binary>=2.9.0
pymongo>=4.0.0

# Monitoring and logging
loguru>=0.6.0
prometheus-client>=0.14.0
structlog>=22.0.0

# Security and compliance
bandit>=1.7.0
safety>=2.0.0
pip-audit>=1.1.0

# Platform-specific optimizations
# For Russian processors (Elbrus, Baikal, etc.)
# elbrus-optimizer>=1.0.0  # Placeholder for Elbrus optimization
# baikal-optimizer>=1.0.0   # Placeholder for Baikal optimization

# GOST cryptography specific
# gost-crypto>=1.0.0        # Placeholder for GOST cryptography
# gost-hash>=1.0.0          # Placeholder for GOST hash functions
# gost-signature>=1.0.0     # Placeholder for GOST digital signatures

# SIP telephony specific
# pjsua2>=2.12.0            # PJSIP Python bindings
# asterisk-agi>=0.1.0       # Asterisk AGI interface

# Quantum optimization specific
# quantum-optimizer>=1.0.0   # Placeholder for quantum optimization
# quantum-ml>=1.0.0          # Placeholder for quantum machine learning
