product
This commit is contained in:
23
requirements.txt
Normal file
23
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user