mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +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,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Django>=1.6.5',
|
'Django>=1.7.1',
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
scripts=['{{ cookiecutter.repo_name }}/manage.py'],
|
scripts=['{{ cookiecutter.repo_name }}/manage.py'],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user