Files
AirlockTools/requirements.txt
T
Zarithas 89db386ffe Major refactor: security enhancements, modularization, config integration, reduced Parquet reliance
- Migrated codebase to class-based architecture for better modularity and maintainability
- Introduced system_config.json for centralized configuration (required for runtime)
- Added structured working directories for improved file organization
- Significantly reduced reliance on Parquet; replaced with alternative data handling
- Implemented security improvements across modules
- Several TODOs remain in the main script for future enhancements
- Linter formatting affected readability in some files (e.g., utils); cleanup is on the agenda
2025-10-05 22:20:42 -04:00

11 lines
166 B
Plaintext

cryptography==46.0.1
keyring==25.6.0
numpy==2.3.2
pandas==2.3.1
python-dotenv==1.1.1
pymongo
requests==2.32.5
schedule==1.2.2
tqdm==4.67.1
urllib3==2.5.0
bson==0.5.10