We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6df04 commit 00096c0Copy full SHA for 00096c0
setup.py
@@ -25,7 +25,7 @@
25
platforms=['Platform Indipendent'],
26
keywords=['django', 'rest-framework', 'gis', 'geojson'],
27
packages=find_packages(exclude=['tests', 'tests.*']),
28
- install_requires=['djangorestframework>=3.12,<3.15', 'django-filter~=23.5'],
+ install_requires=['djangorestframework>=3.12,<3.15', 'django-filter>=23.5,<25.0'],
29
classifiers=[
30
'Development Status :: 4 - Beta',
31
'Environment :: Web Environment',
0 commit comments