Skip to content

Commit 2493606

Browse files
committed
[deps] Pinned djangorestframework>=3.12,<3.15 and django-filters~=23.5
Signed-off-by: Gagan Deep <[email protected]>
1 parent 1357c75 commit 2493606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
platforms=['Platform Indipendent'],
3737
keywords=['django', 'rest-framework', 'gis', 'geojson'],
3838
packages=find_packages(exclude=['tests', 'tests.*']),
39-
install_requires=['djangorestframework'],
39+
install_requires=['djangorestframework>=3.12,<3.15', 'django-filter~=23.5'],
4040
classifiers=[
4141
'Development Status :: 4 - Beta',
4242
'Environment :: Web Environment',

0 commit comments

Comments
 (0)