Skip to content

Commit

Permalink
Require DRF 3.14 or greater.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Sep 30, 2022
1 parent f676ddf commit 67f9fc7
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 @@ -14,7 +14,7 @@
include_package_data=True,
packages=find_packages(),
zip_safe=False,
install_requires=["djangorestframework>=3.6", "openpyxl>=2.4"],
install_requires=["djangorestframework>=3.14", "openpyxl>=2.4"],
setup_requires=["setuptools_scm"],
use_scm_version=True,
classifiers=[
Expand Down

0 comments on commit 67f9fc7

Please sign in to comment.