Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #243 from agandhi4/development
Browse files Browse the repository at this point in the history
pants/pex cannot handle compatible release versioning; rewrite hyperf…
  • Loading branch information
Lukasa committed May 24, 2016
2 parents c8624ef + 3596a52 commit c45ff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run_tests(self):


def resolve_install_requires():
basic_dependencies = ['h2>=2.3,<3.0', 'hyperframe~=3.2']
basic_dependencies = ['h2>=2.3,<3.0', 'hyperframe>=3.2,<4.0']

if py_version == (3, 3):
basic_dependencies.extend(
Expand Down

0 comments on commit c45ff79

Please sign in to comment.