mirror of
https://github.com/django-components/django-components.git
synced 2025-09-02 20:27:20 +00:00
Mark Django 1.7 as supported in setup.py
This commit is contained in:
parent
62c556f530
commit
69ea93fd4e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -7,6 +7,6 @@ setup(
|
|||
'Private :: Do Not Upload',
|
||||
],
|
||||
install_requires=[
|
||||
'Django>=1.8'
|
||||
'Django>=1.7'
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue