Skip to content

Commit 67f9fc7

Browse files
committed
Require DRF 3.14 or greater.
1 parent f676ddf commit 67f9fc7

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
@@ -14,7 +14,7 @@
1414
include_package_data=True,
1515
packages=find_packages(),
1616
zip_safe=False,
17-
install_requires=["djangorestframework>=3.6", "openpyxl>=2.4"],
17+
install_requires=["djangorestframework>=3.14", "openpyxl>=2.4"],
1818
setup_requires=["setuptools_scm"],
1919
use_scm_version=True,
2020
classifiers=[

0 commit comments

Comments
 (0)