Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmaks committed Oct 17, 2024
1 parent 4663e2b commit b53c048
Showing 1 changed file with 33 additions and 25 deletions.
58 changes: 33 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
alembic
Click
dnspython
dominate
Flask
Flask-Bootstrap
Flask-Login
Flask-Migrate
Flask-SocketIO
Flask-SQLAlchemy
Flask-WTF
itsdangerous
Jinja2
Mako
MarkupSafe
monotonic
python-dateutil
python-editor
python-engineio
python-socketio
six
SQLAlchemy
visitor
Werkzeug
WTForms
alembic==1.13.3
bidict==0.23.1
blinker==1.8.2
click==8.1.7
dnspython==2.7.0
dominate==2.9.1
Flask==3.0.3
Flask-Bootstrap==3.3.7.1
Flask-Login==0.6.3
Flask-Migrate==4.0.7
Flask-SocketIO==5.4.1
Flask-SQLAlchemy==3.1.1
Flask-WTF==1.2.1
greenlet==3.1.1
h11==0.14.0
itsdangerous==2.2.0
Jinja2==3.1.4
Mako==1.3.5
MarkupSafe==3.0.1
monotonic==1.6
psycopg2-binary==2.9.9
python-dateutil==2.9.0.post0
python-editor==1.0.4
python-engineio==4.10.0
python-socketio==5.11.4
simple-websocket==1.1.0
six==1.16.0
SQLAlchemy==2.0.35
typing_extensions==4.12.2
visitor==0.1.3
Werkzeug==3.0.4
wsproto==1.2.0
WTForms==3.1.2

0 comments on commit b53c048

Please sign in to comment.