Skip to content

Commit

Permalink
add hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
harlev committed Aug 27, 2020
1 parent fe3293f commit b0d6828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def get_install_requirements(path):
'install_requires': [
'requests',
'six',
'urllib3'
'urllib3',
'hyper'
],
'zip_safe': False,
}
Expand Down

0 comments on commit b0d6828

Please sign in to comment.