Skip to content

Commit

Permalink
fix(setup): loosen requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed Dec 29, 2023
1 parent ccc26df commit 310d841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
install_requires=[
"django~=3.2",
"django-cors-headers>=3.7.0,<=4.1.0",
"django-environ~=0.11",
"django-environ>=0.10,<0.12",
"django-filter<24",
"django-generic-api-permissions<1",
"django-localized-fields>=6.4,<7",
Expand Down

0 comments on commit 310d841

Please sign in to comment.