mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
correct egg names for pip dependency resolution
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
amqp==1.4.5
|
amqp==1.4.5
|
||||||
git+https://github.com/chrismeyersfsu/ansiconv.git@tower_1.0.0#egg=ansiconv-tower_1.0.0
|
git+https://github.com/chrismeyersfsu/ansiconv.git@tower_1.0.0#egg=ansiconv
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
apache-libcloud==0.15.1
|
apache-libcloud==0.15.1
|
||||||
argparse==1.2.1
|
argparse==1.2.1
|
||||||
@@ -28,13 +28,13 @@ enum34==1.0.4
|
|||||||
#functools32==3.2.3-2
|
#functools32==3.2.3-2
|
||||||
gevent==1.0.2
|
gevent==1.0.2
|
||||||
gevent-websocket==0.9.3
|
gevent-websocket==0.9.3
|
||||||
git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=jsonfield-tower_0.9.12
|
git+https://github.com/chrismeyersfsu/django-jsonfield.git@tower_0.9.12#egg=django-jsonfield
|
||||||
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=qsstats-tower_0.7.2
|
git+https://github.com/chrismeyersfsu/django-qsstats-magic.git@tower_0.7.2#egg=django-qsstats-magic
|
||||||
git+https://github.com/chrismeyersfsu/django-rest-framework-mongoengine.git@0c79515257a33a0ce61500b65fa497398628a03d#egg=rest_framework_mongoengine-1.5.4
|
git+https://github.com/chrismeyersfsu/django-rest-framework-mongoengine.git@0c79515257a33a0ce61500b65fa497398628a03d#egg=django-rest-framework-mongoengine
|
||||||
git+https://github.com/chrismeyersfsu/gevent-socketio.git@tower_0.3.6#egg=socketio-tower_0.3.6
|
git+https://github.com/chrismeyersfsu/gevent-socketio.git@tower_0.3.6#egg=gevent-socketio
|
||||||
git+https://github.com/chrismeyersfsu/python-ipy.git@master#egg=ipy
|
git+https://github.com/chrismeyersfsu/python-ipy.git@master#egg=IPy
|
||||||
git+https://github.com/chrismeyersfsu/python-keystoneclient.git@1.3.0#egg=keystoneclient-1.3.0
|
git+https://github.com/chrismeyersfsu/python-keystoneclient.git@1.3.0#egg=python-keystoneclient
|
||||||
git+https://github.com/chrismeyersfsu/shade.git@tower_0.5.0#egg=shade-tower_0.5.0
|
git+https://github.com/chrismeyersfsu/shade.git@tower_0.5.0#egg=shade
|
||||||
git+https://github.com/chrismeyersfsu/sitecustomize.git#egg=sitecustomize
|
git+https://github.com/chrismeyersfsu/sitecustomize.git#egg=sitecustomize
|
||||||
greenlet==0.4.7
|
greenlet==0.4.7
|
||||||
httplib2==0.9
|
httplib2==0.9
|
||||||
|
|||||||
Reference in New Issue
Block a user