mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
successfully install requirements on python 2.6
jsonschema conditionally pulls in functools32 if python2.7 else it uses 2.6 packages.
This commit is contained in:
@@ -25,7 +25,7 @@ django-taggit==0.11.2
|
|||||||
dogpile.cache==0.5.6
|
dogpile.cache==0.5.6
|
||||||
dogpile.core==0.4.1
|
dogpile.core==0.4.1
|
||||||
enum34==1.0.4
|
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=jsonfield-tower_0.9.12
|
||||||
|
|||||||
Reference in New Issue
Block a user