Skip to content

Commit

Permalink
Lock down old dependency versions for Django 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Feb 27, 2024
1 parent 89600d6 commit 74c1979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ feedparser==6.0.8
dnspython<3.0.0,>=2.1.0

django-filter>=2
djangorestframework>=3.12,<3.13
django-crispy-forms>=1.8,<1.9
crispy-forms-foundation>=0.7,<0.8
djangorestframework>=3.12
django-crispy-forms>=1.8
crispy-forms-foundation>=0.7

# REST framework
iso8601
Expand Down
3 changes: 3 additions & 0 deletions requirements/django32.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
Django>=3.2,<3.3
djangorestframework>=3.12,<3.13
django-crispy-forms>=1.8,<1.9
crispy-forms-foundation>=0.7,<0.8

0 comments on commit 74c1979

Please sign in to comment.