-
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.
Added lifecycle, address and keys libraries
- Loading branch information
1 parent
fd217f0
commit 8de28fd
Showing
11 changed files
with
518 additions
and
219 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[[source]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
jsonnet = "*" | ||
requests = "*" | ||
web3 = "*" | ||
eth-abi = "==2.1.1" | ||
eth-utils = "<2.0.0,>=1.9.5" | ||
eth-testrpc = "==1.3.0" | ||
rlp = "==1.2.0" | ||
tinydb = "*" | ||
pytz = "==2017.3" | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.9" |
Oops, something went wrong.