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

Commit

Permalink
Uses links to dependencies. Not PEP 508 though - there is no way to s…
Browse files Browse the repository at this point in the history
…pecify version restriction for PEP 508 deps.
  • Loading branch information
KOLANICH committed Apr 29, 2021
1 parent 3259ceb commit 136040d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ packages =
hyper.http20
hyper.common
hyper.http11

install_requires =
h2>=2.4
hyperframe>=3.2
rfc3986>=1.1.0
brotlipy>=0.7.0
h2>=2.4 # git+https://github.com/python-hyper/h2.git
hyperframe>=3.2 # git+https://github.com/python-hyper/hyperframe.git
rfc3986>=1.1.0 # git+https://github.com/python-hyper/rfc3986.git
brotlipy>=0.7.0 # git+https://github.com/python-hyper/brotlicffi.git

include_package_data = True
tests_require = pytest; requests; mock
Expand Down

0 comments on commit 136040d

Please sign in to comment.