mirror of
https://github.com/ghndrx/file-transformer-s3.git
synced 2026-02-10 06:45:05 +00:00
51 lines
735 B
Plaintext
51 lines
735 B
Plaintext
# Core dependencies
|
|
flask==2.3.3
|
|
gunicorn==21.2.0
|
|
python-dotenv==1.0.0
|
|
|
|
# Database
|
|
psycopg2-binary==2.9.7
|
|
sqlalchemy==2.0.21
|
|
alembic==1.12.0
|
|
|
|
# MinIO/S3
|
|
minio==7.1.17
|
|
boto3==1.28.44
|
|
|
|
# File processing
|
|
python-magic==0.4.27
|
|
Pillow==10.0.1
|
|
PyPDF2==3.0.1
|
|
python-docx==0.8.11
|
|
openpyxl==3.1.2
|
|
pandas==2.0.3
|
|
numpy==1.24.3
|
|
|
|
# HTTP requests
|
|
requests==2.31.0
|
|
httpx==0.24.1
|
|
|
|
# JSON and data handling
|
|
pydantic==2.1.1
|
|
marshmallow==3.20.1
|
|
|
|
# Authentication and security
|
|
PyJWT==2.8.0
|
|
bcrypt==4.0.1
|
|
cryptography==41.0.4
|
|
|
|
# Logging and monitoring
|
|
structlog==23.1.0
|
|
prometheus-client==0.17.1
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2
|
|
pytz==2023.3
|
|
click==8.1.7
|
|
|
|
# Development and testing
|
|
pytest==7.4.2
|
|
pytest-cov==4.1.0
|
|
black==23.7.0
|
|
flake8==6.0.0
|
|
mypy==1.5.1 |