-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
12197d8
commit 2924aeb
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__title__ = 'poseidon-python' | ||
__author__ = 'B1ue1nWh1te' | ||
__version__ = '1.1.1' | ||
__version__ = '1.1.2' | ||
__license__ = 'GPL-3.0' |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ def long_description(): | |
|
||
setup( | ||
name="poseidon-python", | ||
version="1.1.1", | ||
version="1.1.2", | ||
author="B1ue1nWh1te", | ||
author_email="[email protected]", | ||
description="海神波塞冬工具对常用的链上交互操作进行了封装,使得开发者能够便捷地与任何以太坊同构链交互,主要用于在CTF比赛中攻克Blockchain方向的题目。", | ||
|
@@ -20,6 +20,6 @@ def long_description(): | |
license="GPL-3.0", | ||
packages=["Poseidon"], | ||
python_requires='>=3.7', | ||
install_requires=["web3", "py-solc-x", "pyevmasm", "loguru", "pycryptodome", "gmpy2", "pwntools"], | ||
install_requires=["web3==5.31.3", "py-solc-x", "pyevmasm", "loguru", "pycryptodome", "gmpy2", "pwntools"], | ||
zip_safe=False | ||
) |