neft_inward

This commit is contained in:
2026-03-07 19:36:00 +05:30
commit 2073b3fef5
17 changed files with 1786 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