# Deis requirements for Sphinx documentation generation # This avoids readthedocs.org having to install many packages that aren't # actually needed to make the docs, while honoring their limitation of # one requirements file. Please keep it up-to-date with the root # requirements.txt and dev_requirements.txt files. # # NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue: # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args] # Django==1.6.11 django-cors-headers==1.0.0 # required for south migrations django-fsm==2.2.0 django-guardian==1.2.5 django-json-field==0.5.7 djangorestframework==3.0.5 docker-py==1.1.0 gunicorn==19.3.0 paramiko==1.15.2 python-etcd==0.3.2 PyYAML==3.11 South==1.0.2 # Deis client requirements, copied from client/requirements.txt cryptography==0.8.2 docopt==0.6.2 ndg-httpsclient==0.3.3 pyasn1==0.1.7 pyOpenSSL==0.15.1 python-dateutil==2.4.2 #PyYAML==3.11 requests==2.5.1 tabulate==0.7.4 termcolor==1.1.0 urllib3==1.10.2 # Deis documentation requirements Sphinx==1.3.1 smartypants==1.8.6 mock==1.0.1