-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6th Jan 2024. Phew...Everything is done. hope to see all gree workflows
- Loading branch information
1 parent
bad02f1
commit d7be7cb
Showing
4 changed files
with
19 additions
and
23 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
[project] | ||
name = "bee-py" | ||
version = "0.1.0" | ||
description = "" | ||
description = "Python client library for connecting to Bee decentralised storage" | ||
authors = [ | ||
{ name = "SAIKAT KARMAKAR", email = "[email protected]" }, | ||
] | ||
|
@@ -12,10 +12,9 @@ dependencies = [ | |
"websocket-client>=1.6.4", | ||
"eth-pydantic-types>=0.1.0a3", # need for pydantic compatible HexBytes | ||
"web3>=6.12.0", | ||
"pydantic>=2.5.2", # TODO: remove this | ||
"deepmerge>=1.1.1", | ||
"eth-ape>=0.7.0", | ||
"swarm-cid-py>=0.1.2", | ||
"swarm-cid-py>=0.1.3", | ||
"ecdsa>=0.18.0", | ||
] | ||
requires-python = ">=3.9" | ||
|
@@ -193,8 +192,5 @@ python_files = "test_*.py" | |
testpaths = "tests" | ||
markers = "fuzzing: Run Hypothesis fuzz test suite" | ||
filterwarnings = [ | ||
#"error", | ||
"ignore::DeprecationWarning", | ||
# # note the use of single quote below to denote "raw" strings in TOML | ||
# 'ignore:function ham\(\) is deprecated:DeprecationWarning', | ||
] |
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