Skip to content

Commit a8dae9f

Browse files
author
Gabriel Monroy
committed
Merge pull request #195 from opdemand/pypi_updates
Updated and tested boto, requests, djangorestframework, and paramiko.
2 parents ff9ecab + 8e4f60f commit a8dae9f

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,16 +1,16 @@
11
# Deis controller requirements
22
azure==0.7.0
3-
boto==2.11.0
3+
boto==2.13.3
44
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
55
Django==1.5.4
66
django-allauth==0.13.0
77
django-celery==3.0.23
88
django-json-field==0.5.5
99
django-yamlfield==0.4
10-
djangorestframework==2.3.7
10+
djangorestframework==2.3.8
1111
gevent==0.13.8
1212
gunicorn==18.0
13-
paramiko==1.11.0
13+
paramiko==1.11.1
1414
psycopg2==2.5.1
1515
pycrypto==2.6
1616
PyYAML==3.10
@@ -19,7 +19,7 @@ South==0.8.2
1919
# Deis client requirements
2020
docopt==0.6.1
2121
#PyYAML==3.10
22-
requests==1.2.3
22+
requests==2.0.0
2323

2424
# Deis documentation requirements
2525
Sphinx>=1.2b2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Deis controller requirements
22
azure==0.7.0
3-
boto==2.11.0
3+
boto==2.13.3
44
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
55
Django==1.5.4
66
django-allauth==0.13.0
77
django-celery==3.0.23
88
django-json-field==0.5.5
99
django-yamlfield==0.4
10-
djangorestframework==2.3.7
10+
djangorestframework==2.3.8
1111
gevent==0.13.8
1212
gunicorn==18.0
13-
paramiko==1.11.0
13+
paramiko==1.11.1
1414
psycopg2==2.5.1
1515
pycrypto==2.6
1616
PyYAML==3.10

0 commit comments

Comments
 (0)