Skip to content

Commit

Permalink
Explicitly require setuptools, xbr/_abi.py and xbr/_cli.py imports pk…
Browse files Browse the repository at this point in the history
…g_resources (#1481)
  • Loading branch information
hrnciar committed Apr 1, 2021
1 parent 35ffd31 commit 8286a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def run_tests(self):
'txaio>=21.2.1', # MIT license (https://github.com/crossbario/txaio)
'cryptography>=3.4.6', # BSD *or* Apache license (https://github.com/pyca/cryptography)
'hyperlink>=21.0.0', # MIT license (https://github.com/python-hyper/hyperlink)
'setuptools', # MIT license (https://github.com/pypa/setuptools)
],
extras_require={
'all': extras_require_all,
Expand Down

0 comments on commit 8286a99

Please sign in to comment.