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

Commit fdf698e

Browse files
committed
Pin out hyper-h2 2.5.0.
1 parent 12e67a4 commit fdf698e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run_tests(self):
7878
'Programming Language :: Python :: 3.5',
7979
'Programming Language :: Python :: Implementation :: CPython',
8080
],
81-
install_requires=['h2>=2.4,<3.0', 'hyperframe>=3.2,<4.0'],
81+
install_requires=['h2>=2.4,<3.0,!=2.5.0', 'hyperframe>=3.2,<4.0'],
8282
tests_require=['pytest', 'requests', 'mock'],
8383
cmdclass={'test': PyTest},
8484
entry_points={

0 commit comments

Comments
 (0)