Lemontropia-Suite/requirements.txt

24 lines
391 B
Plaintext

# Lemontropia Suite Python Dependencies
# Install with: pip install -r requirements.txt
# Configuration
python-dotenv>=1.0.0
# Testing (Never-Break Rule #5)
pytest>=7.0.0
pytest-asyncio>=0.21.0
# GUI Framework
PyQt6>=6.4.0
# OCR Engines
paddleocr>=2.6.0
pytesseract>=0.3.10
# Async support
aiofiles>=23.0.0
# Development
black>=23.0.0 # Code formatting
mypy>=1.0.0 # Type checking