Add the toposort dependency.

This commit is contained in:
Jake Moshenko 2015-07-06 15:13:28 -04:00
parent bea8b9ac53
commit 2109d24483
2 changed files with 2 additions and 0 deletions

View file

@ -51,3 +51,4 @@ python-swiftclient
python-keystoneclient python-keystoneclient
Flask-Testing Flask-Testing
pyjwt pyjwt
toposort

View file

@ -79,6 +79,7 @@ SQLAlchemy==1.0.6
stevedore==1.5.0 stevedore==1.5.0
stringscore==0.1.0 stringscore==0.1.0
stripe==1.22.3 stripe==1.22.3
toposort==1.4
trollius==1.0.4 trollius==1.0.4
tzlocal==1.2 tzlocal==1.2
urllib3==1.10.4 urllib3==1.10.4