Files
defrag/requirements.txt
2025-12-12 05:40:33 +01:00

40 lines
884 B
Plaintext

# PostgreSQL database adapter for Python
psycopg2-binary>=2.9.9
# Alternative: psycopg2>=2.9.9 (requires PostgreSQL development libraries)
# Use psycopg2-binary for easier installation without compilation
# Core dependencies
# Optional/feature dependencies
redis>=4.5.0 # For RedisHashStore
scikit-learn>=1.0.0 # For MLClassifier
numpy>=1.21.0 # For MLClassifier
# Development dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
mypy>=0.950
flake8>=5.0.0
# Core dependencies
psycopg2-binary>=2.9.0
psutil>=5.9.0
# Data processing
pandas>=1.5.0
pyarrow>=10.0.0
# File type detection
python-magic>=0.4.27
# Optional dependencies
redis>=4.5.0 # For RedisHashStore (optional)
scikit-learn>=1.2.0 # For MLClassifier (optional)
numpy>=1.24.0 # For MLClassifier (optional)
# Development dependencies
pytest>=7.2.0
pytest-cov>=4.0.0
black>=23.0.0
mypy>=1.0.0
flake8>=6.0.0