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 @@ -2,13 +2,13 @@ git+https://github.com/sequentech/frestq.git@master
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
argparse==1.2.1
cffi==1.14.4
cryptography==41.0.4
cryptography==42.0.2
pyOpenSSL==23.2.0
ipdb==0.13.9
ipython==8.10.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
'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',
'argparse==1.2.1',
'cffi==1.14.4',
'cryptography==41.0.4',
'cryptography==42.0.2',
'pyOpenSSL==23.2.0',
'ipdb==0.13.9',
'ipython==8.10.0',
Expand Down

0 comments on commit 0b3eaaa

Please sign in to comment.