# 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] # celery==3.1.11 Django==1.6.5 django-allauth==0.15.0 # HACK: use bacongobbler's feature branch until # https://github.com/kmmbvnr/django-fsm/pull/31 is merged git+https://github.com/bacongobbler/django-fsm@add-exception-handling django-guardian==1.1.1 django-json-field==0.5.5 djangorestframework==2.3.13 docker-py==0.4.0 gunicorn==18.0 psycopg2==2.5.2 python-etcd==0.3.0 PyYAML==3.11 South==1.0 # Deis client requirements docopt==0.6.2 python-dateutil==2.2 #PyYAML==3.11 requests==2.3.0 urllib3==1.8.2 # Deis documentation requirements Sphinx>=1.2.2 smartypants>=1.8.3 sphinxcontrib-httpdomain>=1.2.1