Skip to content

Commit

Permalink
fix(setup): further loosen base requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed Jan 15, 2024
1 parent 4b215de commit 8b21078
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 8b21078

Please sign in to comment.