Skip to content

Commit

Permalink
fix(setup): update install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed Dec 28, 2023
1 parent a478e72 commit 2dff19b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
packages=find_packages(),
install_requires=[
"django~=3.2",
"django-cors-headers>=3.7.0,<4",
"django-environ~=0.9",
"django-filter<23",
"django-cors-headers>=3.7.0,<=4.1.0",
"django-environ~=0.11",
"django-filter<24",
"django-generic-api-permissions<1",
"django-localized-fields>=6.4,<7",
"django_mptt>=0.11,<2",
"django-postgres-extra<3",
"djangorestframework>=3.12.4,<4",
"djangorestframework-jsonapi>=4.3.0,<=5.0.0",
"mozilla-django-oidc<3",
"djangorestframework-jsonapi>=4.3.0,<=6.1.0",
"mozilla-django-oidc<=3",
"pyexcel>0.6,<1",
"pyexcel-xlsx>=0.6.0,<1",
"psycopg2>=2.9,<3",
Expand Down

0 comments on commit 2dff19b

Please sign in to comment.