This commit is contained in:
2026-02-02 13:06:07 +05:30
commit 1b173f992a
41 changed files with 9380 additions and 0 deletions

23
requirements.txt Normal file
View File

@@ -0,0 +1,23 @@
# Core dependencies
python-dotenv==1.0.0
# Database (modern Oracle driver - simpler than cx_Oracle)
oracledb==2.0.0
# SFTP
paramiko==3.4.0
cryptography==41.0.7
# Scheduling
schedule==1.2.0
# Configuration
python-decouple==3.8
# Timezone support
pytz==2023.3
# Development dependencies
pytest==7.4.0
black==23.7.0
flake8==6.0.0