Initial commit: add compliance_checks table, per-check metadata on assets, and compliance audit trail
This commit is contained in:
15
requirements.txt
Normal file
15
requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Flask==3.0.3
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-Migrate==4.0.7
|
||||
Flask-Login==0.6.3
|
||||
Flask-WTF==1.2.1
|
||||
WTForms==3.1.2
|
||||
email-validator==2.2.0
|
||||
PyMySQL==1.1.1
|
||||
python-dotenv==1.0.1
|
||||
ldap3==2.9.1
|
||||
reportlab==4.2.2
|
||||
Werkzeug==3.0.3
|
||||
cryptography==42.0.8
|
||||
requests==2.32.3
|
||||
httpx[http2]
|
||||
Reference in New Issue
Block a user