Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from open-craft/updated-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to the latest & Add badges (require.io & CircleCI)
  • Loading branch information
antoviaque committed Oct 7, 2015
2 parents 69442af + cde86b4 commit 2e0d398
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 27 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
OpenCraft
=========

[![Circle CI](https://img.shields.io/circleci/project/open-craft/opencraft/master.svg)](https://circleci.com/gh/open-craft/opencraft/tree/master) [![Requirements Status](https://requires.io/github/open-craft/opencraft/requirements.svg?branch=master)](https://requires.io/github/open-craft/opencraft/requirements/?branch=master)

Install
-------

Expand Down
55 changes: 28 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
astroid==1.3.8
Babel==2.0
Babel==2.1.1
CherryPy==3.8.0
cliff==1.14.0
cliff==1.15.0
cmd2==0.6.8
cookies==2.2.1
coverage==3.7.1
debtcollector==0.7.0
decorator==4.0.2
coverage==4.0
debtcollector==0.8.0
decorator==4.0.4
dj-static==0.0.6
Django==1.8.4
Django==1.8.5
django-angular==0.7.15
django-appconf==1.0.1
django-compressor==1.5
django-debug-toolbar==1.3.2
django-environ==0.3.0
django-extensions==1.5.6
django-environ==0.4.0
django-extensions==1.5.7
django-filter==0.11.0
django-grappelli==2.7.1
django-libsass==0.4
django-redis==4.2.0
django-zurb-foundation==5.5.0
djangorestframework==3.2.3
djangorestframework==3.2.4
dodgy==0.1.7
factory-boy==2.5.2
Flask==0.10.1
Expand All @@ -30,7 +30,7 @@ GitPython==1.0.1
glob2==0.4.1
gunicorn==19.3.0
honcho==0.6.6
-e git+https://github.com/coleifer/huey.git@6a2e47485e2780ec190eef7d2ebe179b63a7c779#egg=huey-dev
huey==0.4.9
ipdb==0.8.1
ipython==4.0.0
ipython-genutils==0.1.0
Expand All @@ -48,36 +48,37 @@ mccabe==0.3.1
mock==1.3.0
monotonic==0.3
msgpack-python==0.4.6
netaddr==0.7.15
netaddr==0.7.18
netifaces==0.10.4
oauthlib==1.0.3
ordereddict==1.1
oslo.config==2.3.0
oslo.i18n==2.5.0
oslo.serialization==1.8.0
oslo.utils==2.4.0
path.py==8.1
pbr==1.6.0
oslo.config==2.4.0
oslo.i18n==2.6.0
oslo.serialization==1.9.0
oslo.utils==2.5.0
path.py==8.1.2
pbr==1.8.0
pep257==0.6.0
pep8==1.6.2
pep8-naming==0.3.3
pexpect==3.3
pexpect==4.0
pickleshare==0.5
prettytable==0.7.2
-e git+https://github.com/antoviaque/prospector.git@a62c73b41eaee0c92bde51438268cecd13acbc18#egg=prospector-origin_pylint-extconfig-plugins
psycopg2==2.6.1
pyflakes==0.9.2
ptyprocess==0.5
pyflakes==1.0.0
pylint==1.4.4
pylint-celery==0.3
pylint-common==0.2.1
pylint-django==0.6.1
pylint-plugin-utils==0.2.3
pyparsing==2.0.3
python-dateutil==2.4.2
python-keystoneclient==1.6.0
python-neutronclient==2.6.0
python-novaclient==2.26.0
pytz==2015.4
python-keystoneclient==1.7.1
python-neutronclient==3.1.0
python-novaclient==2.31.0
pytz==2015.6
PyYAML==3.10
redis==2.10.3
requests==2.7.0
Expand All @@ -91,16 +92,16 @@ simplegeneric==0.8.1
simplejson==3.8.0
six==1.9.0
smmap==0.9.0
sockjs-tornado==1.0.1
sockjs-tornado==1.0.2
sqlparse==0.1.16
static3==0.6.1
stevedore==1.7.0
-e git+https://github.com/antoviaque/swampdragon.git@008d9d93f9d274c8a6b606b2c5b1c9b9a09c6996#egg=SwampDragon-origin_django1.8-import-warning
stevedore==1.8.0
-e git+https://github.com/jonashagstedt/swampdragon.git@067d0bd6419238e1936ca187440b68a94ea71cf8#egg=SwampDragon-master
tlslite==0.4.9
tornado==4.2.1
tornado-redis==2.4.18
traitlets==4.0.0
unicodecsv==0.13.0
unicodecsv==0.14.1
virtualenv==13.1.2
Werkzeug==0.10.4
wrapt==1.10.5

0 comments on commit 2e0d398

Please sign in to comment.