diff --git a/deployment/ansible/roles/model-my-watershed.app/tasks/dependencies.yml b/deployment/ansible/roles/model-my-watershed.app/tasks/dependencies.yml index 2ad46c371..d878a771e 100644 --- a/deployment/ansible/roles/model-my-watershed.app/tasks/dependencies.yml +++ b/deployment/ansible/roles/model-my-watershed.app/tasks/dependencies.yml @@ -15,7 +15,7 @@ - Restart mmw-app - name: Install application Python dependencies for production - pip: requirements="{{ app_home }}/requirements/production.txt" + pip: requirements="{{ app_home }}/requirements/production.txt" state=latest when: "['packer'] | is_in(group_names)" notify: - Restart mmw-app diff --git a/src/mmw/requirements/base.txt b/src/mmw/requirements/base.txt index a070ca78b..047760261 100644 --- a/src/mmw/requirements/base.txt +++ b/src/mmw/requirements/base.txt @@ -6,7 +6,7 @@ djangorestframework==3.13.1 django-filter==21.1 django-registration-redux==2.9 django-extensions==3.1.5 --e git+https://github.com/azavea/python-omgeo.git@6.2.0#egg=python-omgeo +git+https://github.com/azavea/python-omgeo.git@6.2.1#egg=python-omgeo rauth==0.7.3 djangorestframework-gis==0.17.0 drf_yasg==1.20.0