Skip to content

Commit

Permalink
Prepare release (#2)
Browse files Browse the repository at this point in the history
* Prepare release

* Review fix
  • Loading branch information
cyc60 authored Nov 29, 2022
1 parent e53ec15 commit 2b391d7
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
60 changes: 31 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[tool.poetry]
name = "py-utils"
version = "0.1.0"
description = ""
name = "sw-utils"
version = "0.1.1"
description = "StakeWise Python utils"
authors = ["StakeWise Labs <info@stakewise.io>"]
license = "GPL-3.0-or-later"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
web3 = "==6.0.0b8"
backoff = "2.2.1"
web3 = "^6.0.0b8"
backoff = "^2.2.1"

[tool.poetry.group.dev.dependencies]
pylint = "==2.14.5"
mypy = "==0.971"
isort = "==5.10.1"
pre-commit = "==2.20.0"
Flake8-pyproject = "==1.1.0"
black = "==22.10.0"
pylint = "^2.14.5"
mypy = "^0.971"
isort = "^5.10.1"
pre-commit = "^2.20.0"
Flake8-pyproject = "^1.1.0"
black = "^22.10.0"

[tool.bandit]
exclude_dirs = []
Expand Down

0 comments on commit 2b391d7

Please sign in to comment.