1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Updating Django to 1.6.7 in revision txts.

This commit is contained in:
Luke Sneeringer 2014-09-10 13:35:53 -05:00
parent 55b48204ea
commit 59f3321b13
5 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ push:
requirements:
@if [ "$(VIRTUAL_ENV)" ]; then \
(cd requirements && pip install --no-index setuptools-2.2.tar.gz); \
(cd requirements && pip install --no-index Django-1.5.5.tar.gz); \
(cd requirements && pip install --no-index Django-1.6.7.tar.gz); \
(cd requirements && pip install --no-index -r dev_local.txt); \
$(PYTHON) fix_virtualenv_setuptools.py; \
else \
@ -77,7 +77,7 @@ requirements:
requirements_pypi:
@if [ "$(VIRTUAL_ENV)" ]; then \
pip install setuptools==2.2; \
pip install Django==1.5.5; \
pip install Django\>=1.6.7,\<1.7; \
pip install -r requirements/dev.txt; \
$(PYTHON) fix_virtualenv_setuptools.py; \
else \

Binary file not shown.

Binary file not shown.

View File

@ -4,7 +4,7 @@
-U distribute
# Packages used for both development and production:
Django>=1.4
Django>=1.6.7,<1.7
# The following packages and their dependencies are bundled with AWX
# (in awx/lib/site-packages):

View File

@ -4,7 +4,7 @@
# May need to install these packages separately the first time:
setuptools-2.2.tar.gz
distribute-0.7.3.zip
Django-1.5.5.tar.gz
Django-1.6.7.tar.gz
# The following packages are bundled with AWX (in awx/lib/site-packages):
# For Python2.6 support: