Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apscheduler==3.7.0
requests==2.31.0
Flask==2.3.2
Flask-SQLAlchemy==2.5.1
Jinja2==3.1.2
Jinja2==3.1.3
MarkupSafe==2.1.1
SQLAlchemy==1.3.23
Werkzeug==2.3.8
Expand All @@ -18,7 +18,7 @@ itsdangerous==2.1.2
prettytable==0.7.2
pycparser==2.10
uwsgi==2.0.22
cryptography==41.0.4
cryptography==42.0.2
pyOpenSSL==23.2.0
enum34==1.1.6
ipaddress==1.0.22
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'requests==2.31.0',
'Flask==2.3.2',
'Flask-SQLAlchemy==2.5.1',
'Jinja2==3.1.2',
'Jinja2==3.1.3',
'MarkupSafe==2.1.1',
'SQLAlchemy==1.3.23',
'Werkzeug==2.3.8',
Expand All @@ -32,7 +32,7 @@
'prettytable==0.7.2',
'pycparser==2.10',
'uwsgi==2.0.22',
'cryptography==41.0.4',
'cryptography==42.0.2',
'pyOpenSSL==23.2.0',
'enum34==1.1.6',
'ipaddress==1.0.22',
Expand Down

0 comments on commit 7edc914

Please sign in to comment.