Skip to content

Commit

Permalink
[py] Add trio details to python wheel creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 7, 2020
1 parent 35283d9 commit 6e59a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ py_wheel(
],
requires = [
"urllib3[secure]",
"trio",
"trio-websocket",
],
strip_path_prefixes = [
"py",
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
'selenium.webdriver.remote',
'selenium.webdriver.support', ],
'include_package_data': True,
'install_requires': ['urllib3[secure]'],
'install_requires': ['urllib3[secure]', "trio", "trio-websocket"],
'zip_safe': False
}

Expand Down

0 comments on commit 6e59a16

Please sign in to comment.