Skip to content

Commit

Permalink
Updated several python packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Dec 18, 2013
1 parent b15d949 commit a3ac632
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ db:
python manage.py migrate --noinput

test:
python -Wall manage.py test --noinput api cm provider web
python manage.py test --noinput api cm provider web

coverage:
coverage run manage.py test --noinput api cm provider web
coverage html

test_client:
python -Wall -m unittest discover client.tests
python -m unittest discover client.tests

flake8:
flake8
10 changes: 5 additions & 5 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Deis controller requirements
boto==2.19.0
celery==3.1.6
boto==2.20.1
celery==3.1.7
Django==1.6.1
django-allauth==0.15.0
django-guardian==1.1.1
django-json-field==0.5.5
django-yamlfield==0.5
djangorestframework==2.3.9
djangorestframework==2.3.10
dop==0.1.4
gevent==1.0
gunicorn==18.0
Expand All @@ -20,10 +20,10 @@ South==0.8.4
# Deis client requirements
docopt==0.6.1
#PyYAML==3.10
requests==2.0.1
requests==2.1.0

# Deis documentation requirements
Sphinx>=1.2b3
Sphinx>=1.2
smartypants>=1.8.3
sphinxcontrib-httpdomain>=1.2.0

Expand Down
8 changes: 4 additions & 4 deletions docs/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Deis requirements for Sphinx documentation generation
boto==2.19.0
celery==3.1.6
boto==2.20.1
celery==3.1.7
Django==1.6.1
django-json-field==0.5.5
djangorestframework==2.3.9
djangorestframework==2.3.10
dop==0.1.4
paramiko==1.12.0
pyrax==1.6.2
Expand All @@ -13,6 +13,6 @@ PyYAML==3.10
docopt==0.6.1

# Deis documentation requirements
Sphinx>=1.2b3
Sphinx>=1.2
smartypants>=1.8.3
sphinxcontrib-httpdomain>=1.2.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Deis controller requirements
boto==2.19.0
celery==3.1.6
boto==2.20.1
celery==3.1.7
Django==1.6.1
django-allauth==0.15.0
django-guardian==1.1.1
django-json-field==0.5.5
django-yamlfield==0.5
djangorestframework==2.3.9
djangorestframework==2.3.10
dop==0.1.4
gevent==1.0
gunicorn==18.0
Expand Down

0 comments on commit a3ac632

Please sign in to comment.