github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/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  Django==1.6.11
     8  django-cors-headers==1.0.0
     9  # required for south migrations
    10  django-fsm==2.2.0
    11  django-guardian==1.2.5
    12  django-json-field==0.5.7
    13  djangorestframework==3.0.5
    14  docker-py==1.1.0
    15  gunicorn==19.3.0
    16  paramiko==1.15.2
    17  python-etcd==0.3.2
    18  PyYAML==3.11
    19  South==1.0.2
    20  
    21  # Deis client requirements, copied from client/requirements.txt
    22  cryptography==0.8.2
    23  docopt==0.6.2
    24  ndg-httpsclient==0.3.3
    25  pyasn1==0.1.7
    26  pyOpenSSL==0.15.1
    27  python-dateutil==2.4.2
    28  #PyYAML==3.11
    29  requests==2.5.1
    30  tabulate==0.7.4
    31  termcolor==1.1.0
    32  urllib3==1.10.2
    33  
    34  # Deis documentation requirements
    35  Sphinx==1.3.1
    36  smartypants==1.8.6
    37  mock==1.0.1