# 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.10 # FIXME: switch to upstream pending merge of https://github.com/kmmbvnr/django-fsm/pull/59 git+https://github.com/deis/django-fsm@propagate-false django-cors-headers==1.0.0 django-guardian==1.2.5 django-json-field==0.5.7 djangorestframework==3.0.5 docker-py==0.7.2 gunicorn==19.2.1 paramiko==1.15.2 python-etcd==0.3.2 PyYAML==3.11 South==1.0.2 # Deis client requirements docopt==0.6.2 python-dateutil==2.4.0 requests==2.5.1 termcolor==1.1.0 # Deis documentation requirements Sphinx>=1.2.3 smartypants>=1.8.6