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

Commit 136040d

Browse files
committed
Uses links to dependencies. Not PEP 508 though - there is no way to specify version restriction for PEP 508 deps.
1 parent 3259ceb commit 136040d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.cfg

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ packages =
2626
hyper.http20
2727
hyper.common
2828
hyper.http11
29+
2930
install_requires =
30-
h2>=2.4
31-
hyperframe>=3.2
32-
rfc3986>=1.1.0
33-
brotlipy>=0.7.0
31+
h2>=2.4 # git+https://github.com/python-hyper/h2.git
32+
hyperframe>=3.2 # git+https://github.com/python-hyper/hyperframe.git
33+
rfc3986>=1.1.0 # git+https://github.com/python-hyper/rfc3986.git
34+
brotlipy>=0.7.0 # git+https://github.com/python-hyper/brotlicffi.git
3435

3536
include_package_data = True
3637
tests_require = pytest; requests; mock

0 commit comments

Comments
 (0)