Skip to content

Commit

Permalink
Updated package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-mony committed Nov 24, 2020
1 parent 5a01732 commit b987433
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools
jsonschema==2.6.0
jsonschema
Flask
Flask-API
Flask-Cors
Expand All @@ -10,7 +10,7 @@ Flask-Session
Flask-WTF
itsdangerous
Jinja2
mongoengine==0.19.0
mongoengine
paramiko
pre-commit
py3dns
Expand All @@ -21,7 +21,7 @@ swagger-spec-validator
swaggerpy
urllib3
validate-email
Werkzeug==0.16.0
Werkzeug
WTForms
schedule
flask-sitemap
Expand Down
6 changes: 3 additions & 3 deletions backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
'flask-mongoengine',
'Flask-Session',
'Flask-WTF',
'mongoengine==0.19.0',
'mongoengine',
'cryptography',
'jinja2',
'jsonschema==2.6.0',
'jsonschema',
'pyOpenSSL',
'werkzeug==0.16.0',
'werkzeug',
'itsdangerous',
'python-dateutil',
'expiringdict',
Expand Down

0 comments on commit b987433

Please sign in to comment.