batman
This commit is contained in:
commit
66f9ce3614
33 changed files with 2271 additions and 0 deletions
37
requirements.txt
Normal file
37
requirements.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Flask and Extensions
|
||||
Flask==2.3.3
|
||||
Flask-SQLAlchemy==3.1.1
|
||||
Flask-Migrate==4.0.5
|
||||
Flask-Login==0.6.3
|
||||
Flask-WTF==1.2.1
|
||||
Flask-Limiter==3.5.0
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Session==0.5.0
|
||||
Flask-Talisman==1.1.0
|
||||
flask-seasurf==1.1.1
|
||||
|
||||
# Database
|
||||
SQLAlchemy==2.0.23
|
||||
psycopg2-binary==2.9.9
|
||||
alembic==1.12.1
|
||||
|
||||
# Security
|
||||
bcrypt==4.0.1
|
||||
pyjwt==2.8.0
|
||||
python-dotenv==1.0.0
|
||||
secure==0.3.0
|
||||
|
||||
# UI
|
||||
Jinja2==3.1.2
|
||||
WTForms==3.1.1
|
||||
email-validator==2.1.0
|
||||
|
||||
# Utils
|
||||
gunicorn==21.2.0
|
||||
python-dateutil==2.8.2
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
|
||||
# Visualization
|
||||
networkx==3.2.1
|
||||
matplotlib==3.8.0
|
Loading…
Add table
Add a link
Reference in a new issue