Skip to content

Commit

Permalink
Merge tag '1.35.0' into develop
Browse files Browse the repository at this point in the history
1.35.0
  • Loading branch information
rajadain committed Jan 24, 2024
2 parents 29b41fc + ec470b4 commit 5e44175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/mmw/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e44175

Please sign in to comment.