mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
bumping version of Django in setup.py to correspond to requirements/base.txt
This commit is contained in:
parent
57eeef37d0
commit
811c1a3336
|
@ -23,7 +23,7 @@ setup(
|
|||
],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'Django>=1.6.5',
|
||||
'Django>=1.7.1',
|
||||
],
|
||||
zip_safe=False,
|
||||
scripts=['{{ cookiecutter.repo_name }}/manage.py'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user