-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--------- Co-authored-by: Tagawa, Masaki <[email protected]> Co-authored-by: David Hoy <[email protected]>
- Loading branch information
1 parent
bf65f10
commit ea14d87
Showing
5 changed files
with
65 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,10 @@ | |
|
||
test_requirements = ['pytest>=3', ] | ||
|
||
extras_requirements = { | ||
"proxy": ["websockets_proxy>=0.1.1"] | ||
} | ||
|
||
setup( | ||
author="Finbarr Brady", | ||
author_email='[email protected]', | ||
|
@@ -26,6 +30,7 @@ | |
'Programming Language :: Python :: 3.9', | ||
], | ||
description="Python package for a Webex Bot based on websockets.", | ||
extras_require=extras_requirements, | ||
install_requires=requirements, | ||
license="MIT license", | ||
long_description=readme, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters