-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathdocs_requirements.txt
More file actions
32 lines (30 loc) · 907 Bytes
/
docs_requirements.txt
File metadata and controls
32 lines (30 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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 [pycrypto]
#
boto==2.23.0
celery==3.1.8
Django==1.6.2
django-allauth==0.15.0
django-guardian==1.1.1
django-json-field==0.5.5
djangorestframework==2.3.12
dop==0.1.6
gunicorn==18.0
paramiko==1.12.1
psycopg2==2.5.2
pyrax==1.6.2
python-etcd==0.3.0
PyYAML==3.10
South==0.8.4
# Deis client requirements
docopt==0.6.1
# Deis documentation requirements
Sphinx>=1.2.2
smartypants>=1.8.3
sphinxcontrib-httpdomain>=1.2.1