github.com/keithballdotnet/deis@v1.0.1-0.20141111034523-a4511c46a6ce/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.8 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==0.13 14 django-guardian==1.2.4 15 django-json-field==0.5.7 16 djangorestframework==2.4.4 17 docker-py==0.4.0 18 gunicorn==19.1.1 19 paramiko==1.14.1 20 psycopg2==2.5.4 21 python-etcd==0.3.2 22 South==1.0.1 23 24 # Deis client requirements 25 docopt==0.6.2 26 python-dateutil==2.2 27 requests==2.4.3 28 termcolor==1.1.0 29 30 # Deis documentation requirements 31 Sphinx>=1.2.3 32 smartypants>=1.8.6