Skip to content

Commit

Permalink
pinned versions to fix wonky puput issues (#151)
Browse files Browse the repository at this point in the history
* fixed pinned requirements and should fix missing markdown from puput
  • Loading branch information
dawnwages authored Dec 11, 2023
1 parent a61e794 commit 57cc6fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is a duplicate of requirements/requirements.txt used for deploying to Azure.

Django>=4.1,<4.2
wagtail>=4.1,<4.2
wagtail==4.1
django-bootstrap5==22.2
django-storages
django-storages[azure]
psycopg2-binary
whitenoise
python-dotenv
puput
puput==1.2.0
django-recaptcha==3.0.*
django-anymail==9.0
six==1.16.*
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django>=4.1,<4.2
wagtail>=4.1,<4.2
wagtail==4.1
django-bootstrap5==22.2
django-storages
django-storages[azure]
Expand All @@ -9,7 +9,7 @@ six==1.16.*
django-recaptcha==3.0.*
whitenoise
python-dotenv
puput
puput==1.2.0
urllib3==1.26.6
django-extensions
django-debug-toolbar

0 comments on commit 57cc6fc

Please sign in to comment.