Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Pierleoni committed Aug 30, 2016
1 parent ecab4cd commit f29b26c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ requests==2.11.1
cachecontrol==0.11.6
hyper==0.6.2
namedtupled==0.1.3
sphinx_rtd_theme
PyYAML
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
'requests',
'cachecontrol',
'hyper >= 0.6.2',
'namedtupled'],
'namedtupled',
'PyYAML'],
extras_require={
'tests': [
'nose',
Expand Down

0 comments on commit f29b26c

Please sign in to comment.