Skip to content

Commit

Permalink
Merge pull request #3413 from karlcow/3412/1
Browse files Browse the repository at this point in the history
Fix #3412 - Udate python dependencies
  • Loading branch information
Mike Taylor authored Jul 24, 2020
2 parents cc841c6 + 8da43dd commit 086218e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions config/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is for dev purpose
-r requirements.txt
pycodestyle==2.5.0
pytest==5.3.5
pycodestyle==2.6.0
pytest==5.4.3
20 changes: 10 additions & 10 deletions config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
blinker==1.4
Flask==1.1.1
Flask-Firehose==0.2.2
Flask-Limiter==1.1.0
Flask-SQLAlchemy==2.4.1
Flask==1.1.2
Flask-Firehose==0.2.3
Flask-Limiter==1.3.1
Flask-SQLAlchemy==2.4.4
Flask-WTF==0.14.3
GitHub-Flask==3.2.0
Pillow==7.0.0
python-dotenv==0.11.0
requests==2.22.0
ua-parser==0.8
Werkzeug==1.0.0
WTForms==2.2.1
Pillow==7.2.0
python-dotenv==0.14.0
requests==2.24.0
ua-parser==0.10.0
Werkzeug==1.0.1
WTForms==2.3.1

0 comments on commit 086218e

Please sign in to comment.