Skip to content

Commit 0d8474a

Browse files
committed
Updated boto, django-celery, and paramiko.
1 parent 8d4fba5 commit 0d8474a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

dev_requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Deis controller requirements
22
azure>=0.7.0
3-
boto>=2.9.8
3+
boto>=2.9.9
44
Django>=1.5.1
55
django-allauth>=0.12.0
6-
django-celery>=3.0.17
6+
django-celery>=3.0.21
77
django-json-field>=0.5.4
88
django-yamlfield>=0.4
99
djangorestframework>=2.3.6
1010
gevent==0.13.8
1111
gunicorn>=0.17.5
12-
paramiko>=1.10.1
12+
paramiko>=1.11.0
1313
psycopg2>=2.5.1
1414
pyCrypto>=2.6
1515
PyYAML>=3.10
@@ -22,6 +22,7 @@ requests>=1.2.3
2222

2323
# Deis documentation requirements
2424
Sphinx>=1.2b1
25+
smartypants>=1.6.0.3
2526
sphinxcontrib-httpdomain>=1.1.8
2627

2728
# Run "make coverage" for the % of code exercised during tests
@@ -32,4 +33,3 @@ docutils>=0.11
3233

3334
# Run "make flake8" to check python syntax and style
3435
flake8>=2.0
35-

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Deis controller requirements
22
azure>=0.7.0
3-
boto>=2.9.8
3+
boto>=2.9.9
44
Django>=1.5.1
55
django-allauth>=0.12.0
6-
django-celery>=3.0.17
6+
django-celery>=3.0.21
77
django-json-field>=0.5.4
88
django-yamlfield>=0.4
99
djangorestframework>=2.3.6
1010
gevent==0.13.8
1111
gunicorn>=0.17.5
12-
paramiko>=1.10.1
12+
paramiko>=1.11.0
1313
psycopg2>=2.5.1
1414
pyCrypto>=2.6
1515
PyYAML>=3.10

0 commit comments

Comments
 (0)