Skip to content

Commit

Permalink
upgrade flask dependency to v1.0.2; closes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 4, 2018
1 parent ed14b34 commit 835cbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flask == 0.10.1
flask == 1.0.2
pycodestyle
pytest
requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def package_files(directory):
'requests',
'sphinx',
'sphinx_rtd_theme',
'flask>=0.10.1,<0.10.2'
'flask==1.0.2'
]
)

0 comments on commit 835cbc1

Please sign in to comment.