github.com/amrnt/deis@v1.3.1/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.10
     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==1.0.0
    10  django-guardian==1.2.5
    11  django-json-field==0.5.7
    12  djangorestframework==3.0.3
    13  docker-py==0.6.0
    14  gunicorn==19.1.1
    15  paramiko==1.15.2
    16  psycopg2==2.5.4
    17  python-etcd==0.3.2
    18  PyYAML==3.11
    19  static==1.1.1
    20  South==1.0.2