| Current Path : /home/otto/python/ |
| Current File : //home/otto/python/requirements.txt |
# Python Dependencies for IGA Core Symfony Application # Generated requirements.txt for Python services and utilities # Core Python packages (usually included with Python 3.6+) # These are listed for reference but typically don't need installation # pathlib - included in Python 3.4+ # typing - included in Python 3.5+ # logging - included in Python standard library # smtplib - included in Python standard library # ssl - included in Python standard library # email - included in Python standard library # os - included in Python standard library # re - included in Python standard library # External dependencies that may need installation psutil>=5.9.0 # Required for server monitoring (CPU, memory, disk usage) # Development and testing tools (optional) pytest>=7.0.0 pytest-cov>=4.0.0 black>=23.0.0 flake8>=6.0.0 mypy>=1.0.0 # Additional utilities that might be useful for the project requests>=2.31.0 python-dotenv>=1.0.0 # Required for .env file support PyYAML>=6.0 click>=8.1.0 # Database utilities (if needed for database operations) pymongo>=4.0.0 mysql-connector-python>=8.0.0 psycopg2-binary>=2.9.0 # File handling and utilities python-magic>=0.4.0 Pillow>=10.0.0 # Date and time handling python-dateutil>=2.8.0 pytz>=2023.3 # Configuration and environment management configparser>=5.3.0 argparse>=1.4.0 # Logging and monitoring structlog>=23.0.0 # Security and encryption cryptography>=41.0.0 # Web and API utilities (if needed) fastapi>=0.100.0 uvicorn>=0.23.0 httpx>=0.24.0 # Data processing (if needed) pandas>=2.0.0 numpy>=1.24.0 # Note: The mail service currently only uses Python standard library modules # Additional packages above are included for potential future use and development