Skip to content

Commit

Permalink
Merge pull request #216 from willemarcel/develop
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
willemarcel authored Aug 19, 2019
2 parents ce88a54 + b0587be commit 2145698
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ redis>=2.10.5

# Your custom requirements go here
PyYAML==5.1.2
osmcha==0.4.11
osmcha==0.5.0

# git python is required by the frontend management command
GitPython==2.1.12
GitPython==3.0.1
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-r test.txt
django-extensions==2.2.1
coverage==4.5.4
Sphinx==2.1.2
Sphinx==2.2.0
Werkzeug==0.15.5

# django-debug-toolbar that works with Django 1.5+
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test dependencies go here.
-r base.txt
flake8==3.7.8
django-test-plus==1.2.1
django-test-plus==1.3.1
factory-boy==2.12.0

0 comments on commit 2145698

Please sign in to comment.