Skip to content

Commit

Permalink
Merge pull request #295 from willemarcel/django-osmcha-version-update
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
willemarcel authored Mar 23, 2020
2 parents d65e561 + 56965e5 commit 72434dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change Log

Log of changes since the 2.0 version

Check https://github.com/willemarcel/osmcha-django/releases for recent updates.

[4.0.0] - 2018-10-18

- Change feature model to be a JSONField of the Changeset Model
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bleeding edge Django

django==2.2.10
django==2.2.11

# Configuration
django-environ==0.4.5
Expand Down Expand Up @@ -41,8 +41,8 @@ django-redis==4.11.0
redis>=2.10.5

# Your custom requirements go here
PyYAML==5.3
osmcha==0.5.1
PyYAML==5.3.1
osmcha==0.5.2

# git python is required by the frontend management command
GitPython==3.1.0
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Local development dependencies go here
-r test.txt
django-extensions==2.2.8
coverage==5.0.3
Sphinx==2.3.1
coverage==5.0.4
Sphinx==2.4.4
Werkzeug==0.16.0

# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==2.1
sqlparse==0.3.0
sqlparse==0.3.1

#shell
bpython==0.18

0 comments on commit 72434dc

Please sign in to comment.