first commit

This commit is contained in:
2026-06-13 14:58:21 +05:30
commit 6ec74f1c64
22 changed files with 1603 additions and 0 deletions
+23
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