mirror of
https://github.com/ghndrx/file-transformer-s3.git
synced 2026-02-10 06:45:05 +00:00
24 lines
307 B
Plaintext
24 lines
307 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
|
|
|
|
# MinIO/S3
|
|
minio==7.1.17
|
|
boto3==1.28.44
|
|
|
|
# HTTP requests
|
|
requests==2.31.0
|
|
|
|
# JSON and data handling
|
|
pydantic==2.1.1
|
|
|
|
# Logging
|
|
structlog==23.1.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2 |