mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 23:49:07 +00:00
Update install_requires too.
This commit is contained in:
parent
9b402412f6
commit
95765f6941
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ setup(
|
||||||
author=u"Emil Stenström",
|
author=u"Emil Stenström",
|
||||||
author_email="emil@emilstenstrom.se",
|
author_email="emil@emilstenstrom.se",
|
||||||
url="https://github.com/EmilStenstrom/django-components/",
|
url="https://github.com/EmilStenstrom/django-components/",
|
||||||
install_requires=["Django>=1.11", "six"],
|
install_requires=["Django>=2.2"],
|
||||||
license="MIT",
|
license="MIT",
|
||||||
keywords=["django", "components", "css", "js", "html"],
|
keywords=["django", "components", "css", "js", "html"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue