Remove -e flags from requirements to fix build

These cause some odd behavior with egg-info links
This commit is contained in:
Matthew Jones 2016-11-23 04:50:19 -05:00
parent 595c2c7761
commit 95f3eacf25
2 changed files with 6 additions and 6 deletions

View File

@ -4,11 +4,11 @@
#
# pip-compile --output-file requirements.txt requirements.in
#
-e git+https://github.com/ansible/ansiconv.git@tower_1.0.0#egg=ansiconv
-e git+https://github.com/ansible/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
-e git+https://github.com/ansible/dm.xmlsec.binding.git@master#egg=dm.xmlsec.binding
-e git+https://github.com/ansible/django-jsonbfield@master#egg=jsonbfield
-e git+https://github.com/chrismeyersfsu/pyrax@tower#egg=pyrax
git+https://github.com/ansible/ansiconv.git@tower_1.0.0#egg=ansiconv
git+https://github.com/ansible/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
git+https://github.com/ansible/dm.xmlsec.binding.git@master#egg=dm.xmlsec.binding
git+https://github.com/ansible/django-jsonbfield@master#egg=jsonbfield
git+https://github.com/chrismeyersfsu/pyrax@tower#egg=pyrax
amqp==1.4.9 # via kombu
anyjson==0.3.3 # via kombu
apache-libcloud==1.3.0

View File

@ -4,7 +4,7 @@
#
# pip-compile --output-file requirements_ansible.txt requirements_ansible.in
#
-e git+https://github.com/chrismeyersfsu/pyrax@tower#egg=pyrax
git+https://github.com/chrismeyersfsu/pyrax@tower#egg=pyrax
apache-libcloud==1.3.0
appdirs==1.4.0 # via os-client-config, python-ironicclient
azure-batch==1.0.0 # via azure