Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/geoffmunn/terra.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Munn committed Dec 3, 2023
2 parents 25f53f0 + db9a047 commit 477aeb4
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,43 +22,43 @@ repository = "https://github.com/terra-money/terra.py"
version = "2.1.3"

[tool.poetry.dependencies]
aiohttp = "^3.8.1"
aiohttp = "^3.9.1"
bech32 = "^1.2.0"
bip32utils = "^0.3.post4"
ecdsa = "^0.16.1"
mnemonic = "^0.19"
python = "^3.7"
protobuf = "^3.19.1"
ecdsa = "^0.18.0"
mnemonic = "^0.20"
python = "^3.10"
protobuf = "^4.25.1"
betterproto = "2.0.0b4"
furl = "^2.1.3"
boltons = "^21.0.0"
terra-classic-proto = "^3.0.1"
nest-asyncio = "^1.5.4"
attrs = "^20.3.0"
wrapt = "^1.13.3"
boltons = "^23.1.1"
terra-classic-proto = "^3.1.0"
nest-asyncio = "^1.5.8"
attrs = "^23.1.0"
wrapt = "^1.16.0"

[tool.poetry.dev-dependencies]
aioresponses = "^0.7.2"
aioresponses = "^0.7.6"
asynctest = "^0.13.0"
pytest-cov = "^3.0.0"
pytest = "^7.0.1"
pip = "^22.0.3"
Sphinx = "^4.4.0"
pytest-cov = "^4.1.0"
pytest = "^7.4.3"
pip = "^23.3.1"
Sphinx = "^7.2.6"
sphinx-autobuild = "^2021.3.14"
black = "^22.1.0"
coverage = "^6.3.2"
isort = "^5.10.1"
mypy = "^0.931"
pytest-mock = "^3.7.0"
pytest-runner = "^5.3.1"
pytest-sugar = "^0.9.4"
sphinx-autodoc-typehints = "^1.17.0"
uvloop = "^0.16.0"
watchdog = "^2.1.6"
wheel = "^0.37.1"
flake8 = "^3.9.2"
sphinx-rtd-theme = "^1.0.0"
types-python-dateutil = "^2.8.9"
black = "^23.11.0"
coverage = "^7.3.2"
isort = "^5.12.0"
mypy = "^1.7.1"
pytest-mock = "^3.12.0"
pytest-runner = "^6.0.0"
pytest-sugar = "^0.9.7"
sphinx-autodoc-typehints = "^1.25.2"
uvloop = "^0.19.0"
watchdog = "^3.0.0"
wheel = "^0.42.0"
flake8 = "^6.1.0"
sphinx-rtd-theme = "^2.0.0"
types-python-dateutil = "^2.8.19.14"

[tool.pytest.ini_options]
addopts = "-ra -q"
Expand All @@ -70,4 +70,4 @@ extend-ignore = "E203"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.1"]

0 comments on commit 477aeb4

Please sign in to comment.