-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martino Trevisan
authored and
Martino Trevisan
committed
Mar 7, 2024
1 parent
02a6e7f
commit b9dc829
Showing
3 changed files
with
9 additions
and
4 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 |
---|---|---|
|
@@ -7,13 +7,13 @@ | |
name="PyChromeDevTools", | ||
description="PyChromeDevTools : Interact with Google Chrome using the Chrome DevTools Protocol.", | ||
license="Apache License 2.0", | ||
version="0.4", | ||
version="1.0.3", | ||
author="Martino Trevisan", | ||
author_email="[email protected]", | ||
maintainer="Martino Trevisan", | ||
maintainer_email="[email protected]", | ||
url="https://github.com/marty90/PyChromeDevTools", | ||
download_url = 'https://github.com/marty90/PyChromeDevTools/tarball/1.0.2', | ||
download_url = 'https://github.com/marty90/PyChromeDevTools/tarball/1.0.3', | ||
packages=['PyChromeDevTools'], | ||
install_requires=['requests', 'websocket-client'] | ||
) | ||
|