mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 13:58:16 +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_email="emil@emilstenstrom.se",
|
||||
url="https://github.com/EmilStenstrom/django-components/",
|
||||
install_requires=["Django>=1.11", "six"],
|
||||
install_requires=["Django>=2.2"],
|
||||
license="MIT",
|
||||
keywords=["django", "components", "css", "js", "html"],
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue