Skip to content

Commit

Permalink
dqp upgrade to resolve issue #41
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Feb 14, 2020
1 parent 86500ed commit dfd97bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = 'pypi'
[packages]
cement = '>= 3.0.4' # for command line programs
connexion = {extras = ['swagger-ui']}
datanator_query_python = '== 0.6.23'
datanator_query_python = '== 0.6.24'
flask_cors = '*'
flask_profiler = '*'
gunicorn = '*' # web server
Expand Down
20 changes: 10 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cement >= 3.0.4 # for command line programs
connexion[swagger-ui]
datanator_query_python == 0.6.22
datanator_query_python == 0.6.24
flask_cors
flask_profiler
gunicorn # web server
Expand Down

0 comments on commit dfd97bf

Please sign in to comment.