mirror of
https://github.com/ghndrx/file-transformer-s3.git
synced 2026-02-10 06:45:05 +00:00
33 lines
440 B
Plaintext
33 lines
440 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
|
|
|
|
# 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
|
|
|
|
# JSON and data handling
|
|
pydantic==2.1.1
|
|
|
|
# Logging
|
|
structlog==23.1.0
|
|
|
|
# Utilities
|
|
python-dateutil==2.8.2 |