mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Min. Python version
This commit is contained in:
parent
7ffc0fa33f
commit
013057425f
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -41,5 +41,7 @@ setup(
|
|||
"Programming Language :: Python :: 3.8",
|
||||
"Framework :: Django",
|
||||
],
|
||||
python_requires='>=3.6',
|
||||
install_requires=["django-appconf >= 0.4"],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue