File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ RUN pip install celery==3.1.11 \
2121 django-yamlfield==0.5 \
2222 djangorestframework==2.3.13 \
2323 gunicorn==18.0 \
24- paramiko==1.12.1 \
2524 psycopg2==2.5.2 \
26- pycrypto==2.6.1 \
2725 python-etcd==0.3.0 \
2826 PyYAML==3.10 \
2927 redis==2.9.1 \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Deis controller requirements
22#
33# NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
4- # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto ]
4+ # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args ]
55#
66celery == 3.1.11
77Django == 1.6.4
@@ -14,9 +14,7 @@ django-json-field==0.5.5
1414django-yamlfield == 0.5
1515djangorestframework == 2.3.13
1616gunicorn == 18.0
17- paramiko == 1.12.1
1817psycopg2 == 2.5.2
19- pycrypto == 2.6.1
2018python-etcd == 0.3.0
2119PyYAML == 3.10
2220redis == 2.9.1
Original file line number Diff line number Diff line change 55# requirements.txt and dev_requirements.txt files.
66#
77# 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 [pycrypto ]
8+ # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [args ]
99#
1010celery==3.1.11
1111Django==1.6.4
@@ -17,7 +17,6 @@ django-guardian==1.1.1
1717django-json-field==0.5.5
1818djangorestframework==2.3.13
1919gunicorn==18.0
20- paramiko==1.12.1
2120psycopg2==2.5.2
2221python-etcd==0.3.0
2322PyYAML==3.10
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ Server Reference
1717 api.models
1818 api.routers
1919 api.serializers
20- api.ssh
2120 api.tasks
2221 api.urls
2322 api.utils
You can’t perform that action at this time.
0 commit comments