github.com/keithballdotnet/deis@v1.0.1-0.20141111034523-a4511c46a6ce/controller/requirements.txt (about) 1 # Deis controller requirements 2 # 3 # NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue: 4 # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args] 5 # 6 Django==1.6.8 7 # FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59 8 git+https://github.com/deis/django-fsm@propagate-false 9 django-cors-headers==0.13 10 django-guardian==1.2.4 11 django-json-field==0.5.7 12 djangorestframework==2.4.4 13 docker-py==0.4.0 14 gunicorn==19.1.1 15 paramiko==1.14.1 16 psycopg2==2.5.4 17 python-etcd==0.3.2 18 PyYAML==3.11 19 redis==2.9.1 20 static==1.0.2 21 South==1.0.1