Initial verion.

This commit is contained in:
Aaron D. Lee
2025-12-27 03:14:32 -05:00
commit 1e77562ec0
18 changed files with 4046 additions and 0 deletions

11
requirements.txt Normal file
View File

@@ -0,0 +1,11 @@
# Core dependencies
flask>=3.0.0
gunicorn>=21.0.0
pillow>=10.0.0
cryptography>=41.0.0
# Memory-hard key derivation (highly recommended)
argon2-cffi>=23.0.0
# Optional: For production deployment
# gevent>=23.0.0