github.com/amrnt/deis@v1.3.1/docs/docs_requirements.txt (about)

     1  # Deis requirements for Sphinx documentation generation
     2  # This avoids readthedocs.org having to install many packages that aren't
     3  # actually needed to make the docs, while honoring their limitation of
     4  # one requirements file. Please keep it up-to-date with the root
     5  # requirements.txt and dev_requirements.txt files.
     6  #
     7  # NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
     8  # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args]
     9  #
    10  Django==1.6.10
    11  # FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59
    12  git+https://github.com/deis/django-fsm@propagate-false
    13  django-cors-headers==1.0.0
    14  django-guardian==1.2.5
    15  django-json-field==0.5.7
    16  djangorestframework==3.0.3
    17  docker-py==0.6.0
    18  gunicorn==19.1.1
    19  paramiko==1.15.2
    20  python-etcd==0.3.2
    21  PyYAML==3.11
    22  South==1.0.2
    23  
    24  # Deis client requirements
    25  docopt==0.6.2
    26  python-dateutil==2.4.0
    27  requests==2.5.1
    28  termcolor==1.1.0
    29  
    30  # Deis documentation requirements
    31  Sphinx>=1.2.3
    32  smartypants>=1.8.6