mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-25 15:43:47 +00:00
Add install_requires: "Django >= 3.3"
According to the ChangeLog support for 3.2 was removed.
This commit is contained in:
parent
233a401e75
commit
0fd836b39b
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -43,6 +43,9 @@ setup(
|
|||
"Framework :: Django",
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
install_requires=["django-appconf >= 0.4"],
|
||||
install_requires=[
|
||||
"django-appconf >= 0.4",
|
||||
"Django >= 3.3",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue