Skip to content

Commit

Permalink
Update deps, allow installing newer package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Sep 10, 2021
1 parent aa04071 commit a40c8cb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
certifi==2018.1.18
chardet==3.0.4
click==6.7
Flask==1.1.1
idna==2.6
itsdangerous==0.24
Jinja2==2.11.3
MarkupSafe==1.0
requests==2.22.0
themis.finals.attack.helper==1.1.0
themis.finals.attack.result==1.3.0
urllib3==1.25.8
Werkzeug==0.16.0
certifi>=2018.1.18
chardet>=3.0.4
click>=6.7
Flask>=1.1.1
idna>=2.6
itsdangerous>=0.24
Jinja2>=2.11.3
MarkupSafe>=1.1.1
requests>=2.22.0
themis.finals.attack.helper>=1.1.0
themis.finals.attack.result>=1.3.0
urllib3>=1.26.5
Werkzeug>=0.16.0

0 comments on commit a40c8cb

Please sign in to comment.