File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 python manage.py migrate --noinput
77
88test :
9- python -Wall manage.py test --noinput api cm provider web
9+ python manage.py test --noinput api cm provider web
1010
1111coverage :
1212 coverage run manage.py test --noinput api cm provider web
1313 coverage html
1414
1515test_client :
16- python -Wall - m unittest discover client.tests
16+ python -m unittest discover client.tests
1717
1818flake8 :
1919 flake8
Original file line number Diff line number Diff line change 11# Deis controller requirements
2- boto==2.19.0
3- celery==3.1.6
2+ boto==2.20.1
3+ celery==3.1.7
44Django==1.6.1
55django-allauth==0.15.0
66django-guardian==1.1.1
77django-json-field==0.5.5
88django-yamlfield==0.5
9- djangorestframework==2.3.9
9+ djangorestframework==2.3.10
1010dop==0.1.4
1111gevent==1.0
1212gunicorn==18.0
@@ -20,10 +20,10 @@ South==0.8.4
2020# Deis client requirements
2121docopt==0.6.1
2222#PyYAML==3.10
23- requests==2.0.1
23+ requests==2.1.0
2424
2525# Deis documentation requirements
26- Sphinx>=1.2b3
26+ Sphinx>=1.2
2727smartypants>=1.8.3
2828sphinxcontrib-httpdomain>=1.2.0
2929
Original file line number Diff line number Diff line change 11# Deis requirements for Sphinx documentation generation
2- boto==2.19.0
3- celery==3.1.6
2+ boto==2.20.1
3+ celery==3.1.7
44Django==1.6.1
55django-json-field==0.5.5
6- djangorestframework==2.3.9
6+ djangorestframework==2.3.10
77dop==0.1.4
88paramiko==1.12.0
99pyrax==1.6.2
@@ -13,6 +13,6 @@ PyYAML==3.10
1313docopt==0.6.1
1414
1515# Deis documentation requirements
16- Sphinx>=1.2b3
16+ Sphinx>=1.2
1717smartypants>=1.8.3
1818sphinxcontrib-httpdomain>=1.2.0
Original file line number Diff line number Diff line change 11# Deis controller requirements
2- boto == 2.19.0
3- celery == 3.1.6
2+ boto == 2.20.1
3+ celery == 3.1.7
44Django == 1.6.1
55django-allauth == 0.15.0
66django-guardian == 1.1.1
77django-json-field == 0.5.5
88django-yamlfield == 0.5
9- djangorestframework == 2.3.9
9+ djangorestframework == 2.3.10
1010dop == 0.1.4
1111gevent == 1.0
1212gunicorn == 18.0
You can’t perform that action at this time.
0 commit comments