-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdev_requirements.txt
More file actions
47 lines (40 loc) · 902 Bytes
/
dev_requirements.txt
File metadata and controls
47 lines (40 loc) · 902 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Deis controller requirements
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
django-yamlfield==0.5
djangorestframework==2.3.12
dop==0.1.4
gevent==1.0
gunicorn==18.0
paramiko==1.12.1
psycopg2==2.5.2
pycrypto==2.6.1
python-etcd==0.3.0
pyrax==1.6.2
PyYAML==3.10
redis==2.8.0
static==1.0.2
South==0.8.4
# Deis client requirements
docopt==0.6.1
python-dateutil==2.2
#PyYAML==3.10
requests==2.2.1
# PyInstaller builds client binaries
PyInstaller==2.1
# Deis documentation requirements
Sphinx>=1.2.1
smartypants>=1.8.3
sphinxcontrib-httpdomain>=1.2.0
# Run "make coverage" for the % of code exercised during tests
coverage>=3.7.1
# Generates template documentation in the Django admin
docutils>=0.11
# Run "make flake8" to check python syntax and style
flake8>=2.1.0
# Python expect is used to automate client-driven tests
pexpect>=3.1