Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(controller): update PyYAML to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 14, 2014
1 parent d2c97da commit 4a97424
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/setup.py
Expand Up @@ -58,7 +58,7 @@
long_description=LONG_DESCRIPTION,
install_requires=[
'docopt==0.6.1', 'python-dateutil==2.2',
'PyYAML==3.10', 'requests==2.2.1', 'urllib3==1.8.2'
'PyYAML==3.11', 'requests==2.2.1', 'urllib3==1.8.2'
],
zip_safe=True,
**KWARGS)
2 changes: 1 addition & 1 deletion controller/dev_requirements.txt
@@ -1,7 +1,7 @@
# Deis client requirements
docopt==0.6.1
python-dateutil==2.2
#PyYAML==3.10
#PyYAML==3.11
requests==2.2.1
urllib3==1.8.2

Expand Down
2 changes: 1 addition & 1 deletion controller/requirements.txt
Expand Up @@ -17,7 +17,7 @@ docker-py==0.4.0
gunicorn==18.0
psycopg2==2.5.2
python-etcd==0.3.0
PyYAML==3.10
PyYAML==3.11
redis==2.9.1
static==1.0.2
South==1.0
4 changes: 2 additions & 2 deletions docs/docs_requirements.txt
Expand Up @@ -20,13 +20,13 @@ docker-py==0.4.0
gunicorn==18.0
psycopg2==2.5.2
python-etcd==0.3.0
PyYAML==3.10
PyYAML==3.11
South==1.0

# Deis client requirements
docopt==0.6.1
python-dateutil==2.2
#PyYAML==3.10
#PyYAML==3.11
requests==2.2.1
urllib3==1.8.2

Expand Down

0 comments on commit 4a97424

Please sign in to comment.