Skip to content

Commit

Permalink
Merge pull request #457 from trowik/fix-reqs
Browse files Browse the repository at this point in the history
fix(setup): loosen base requirements
  • Loading branch information
trowik authored Jan 16, 2024
2 parents 4b215de + 8b21078 commit f2b908d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
django~=3.2
django-cors-headers==4.1.0
django-environ~=0.11.2
django-filter==23.5
django-cors-headers>=3.7.0,<=4.1.0
django-environ>=0.10,<=0.11.2
django-filter>=22.1,<=23.5
django-generic-api-permissions==0.2.0
django-localized-fields==6.7
django_mptt==0.15.0
Expand Down

0 comments on commit f2b908d

Please sign in to comment.