-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #300 from OpenIDC/188-future
Add future to dependencies, upgrade dependencies
- Loading branch information
Showing
6 changed files
with
21 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
click==6.7 # via pip-tools | ||
first==2.0.1 # via pip-tools | ||
pip-tools==1.8.0 | ||
pip-tools==1.8.1 | ||
six==1.10.0 # via pip-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ mako | |
beaker | ||
pyOpenSSL | ||
pyldap | ||
future |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
alabaster==0.7.10 # via sphinx | ||
argh==0.26.2 # via sphinx-autobuild, watchdog | ||
babel==2.3.4 # via sphinx | ||
babel==2.4.0 # via sphinx | ||
backports-abc==0.5 # via tornado | ||
certifi==2017.1.23 # via tornado | ||
docutils==0.13.1 # via sphinx | ||
imagesize==0.7.1 # via sphinx | ||
Jinja2==2.9.5 # via sphinx | ||
jinja2==2.9.5 # via sphinx | ||
livereload==2.5.1 # via sphinx-autobuild | ||
MarkupSafe==1.0 # via jinja2 | ||
markupsafe==1.0 # via jinja2 | ||
pathtools==0.1.2 # via sphinx-autobuild, watchdog | ||
port_for==0.3.1 # via sphinx-autobuild | ||
Pygments==2.2.0 # via sphinx | ||
port-for==0.3.1 # via sphinx-autobuild | ||
pygments==2.2.0 # via sphinx | ||
pytz==2016.10 # via babel | ||
PyYAML==3.12 # via sphinx-autobuild, watchdog | ||
pyyaml==3.12 # via sphinx-autobuild, watchdog | ||
requests==2.13.0 # via sphinx | ||
six==1.10.0 # via livereload, sphinx | ||
singledispatch==3.4.0.3 # via tornado | ||
six==1.10.0 # via livereload, singledispatch, sphinx | ||
snowballstemmer==1.2.1 # via sphinx | ||
sphinx-autobuild==0.6.0 | ||
Sphinx==1.5.3 | ||
sphinx==1.5.3 | ||
tornado==4.4.2 # via livereload, sphinx-autobuild | ||
watchdog==0.8.3 # via sphinx-autobuild |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters