Skip to content

Commit

Permalink
Merge pull request #13 from anti-mony/hotfix/package_versions
Browse files Browse the repository at this point in the history
Fixed Package Versioning Issue & Updated Ignore
  • Loading branch information
mgovoni-devel authored May 26, 2020
2 parents 0a40b92 + 12db464 commit 66c0482
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ web/qresp.egg-info/
web/project/config_test.ini
web/project/tests/__pycache__/


# VsCode
.vscode/

# Python
__pycache__

# Dev
run_flask.sh


=======
# Python
__pycache__

Expand Down
6 changes: 3 additions & 3 deletions web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools
jsonschema
jsonschema==2.6.0
Flask
Flask-API
Flask-Cors
Expand All @@ -10,7 +10,7 @@ Flask-Session
Flask-WTF
itsdangerous
Jinja2
mongoengine
mongoengine==0.19.0
paramiko
pre-commit
py3dns
Expand All @@ -21,7 +21,7 @@ swagger-spec-validator
swaggerpy
urllib3
validate-email
Werkzeug
Werkzeug==0.16.0
WTForms
schedule
flask-sitemap
Expand Down
4 changes: 2 additions & 2 deletions web/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',
'mongoengine==0.19.0',
'cryptography',
'jinja2',
'jsonschema==2.6.0',
'pyOpenSSL',
'werkzeug',
'werkzeug==0.16.0',
'itsdangerous',
'python-dateutil',
'expiringdict',
Expand Down

0 comments on commit 66c0482

Please sign in to comment.