Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #85 from maehr/develop
Browse files Browse the repository at this point in the history
update requirements
  • Loading branch information
maehr committed Jul 15, 2019
2 parents 15a4858 + 230276f commit 2480e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ pip==19.1.1
bumpversion==0.5.3
wheel==0.33.4
watchdog==0.9.0
flake8==3.7.7
flake8==3.7.8
tox==3.13.2
coverage==4.5.3
Sphinx==2.1.2
twine==1.13.0

pytest==5.0.0
pytest==5.0.1
pytest-runner==5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
history = history_file.read()

requirements = [
'Flask==1.0.2',
'Flask==1.1.1',
'Flask-Dropzone==1.5.3',
'Flask-WTF==0.14.2',
'Flask-Limiter==1.0.1',
Expand Down

0 comments on commit 2480e7b

Please sign in to comment.