mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
Merge pull request #199 from jazzband/johnthagen-patch-1
Enforce minimum Python version
This commit is contained in:
commit
df439fbd4f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -53,6 +53,7 @@ setup(
|
|||
],
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
python_requires=">=3.7",
|
||||
install_requires=[
|
||||
# BEGIN requirements
|
||||
"Django>=2.2",
|
||||
|
|
|
|||
Loading…
Reference in a new issue