mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-23 01:24:20 +01:00
Chore: update dev dependencies (#658)
* update dev dependencies * test * revert tests * fix event loop scope * ruff format * add old test * remove custom event loop * default loop scope * skip earlier * trigger * trigger again
This commit is contained in:
@@ -6,7 +6,7 @@ authors = ["calle <callebtc@protonmail.com>"]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8.1"
|
||||
python = "^3.10"
|
||||
SQLAlchemy = {version = "^2.0.35", extras = ["asyncio"]}
|
||||
click = "^8.1.7"
|
||||
pydantic = "^1.10.2"
|
||||
@@ -29,7 +29,6 @@ httpx = {extras = ["socks"], version = "^0.25.1"}
|
||||
bip32 = "^4.0"
|
||||
mnemonic = "^0.20"
|
||||
bolt11 = "^2.0.5"
|
||||
pre-commit = "^3.5.0"
|
||||
websockets = "^12.0"
|
||||
slowapi = "^0.1.9"
|
||||
cbor2 = "^5.6.2"
|
||||
@@ -42,19 +41,23 @@ types-protobuf = "^5.27.0.20240626"
|
||||
grpcio-tools = "^1.65.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest-asyncio = "^0.21.1"
|
||||
pytest-cov = "^4.0.0"
|
||||
pytest = "^7.4.0"
|
||||
pre-commit = "^3.3.3"
|
||||
fastapi-profiler = "^1.2.0"
|
||||
respx = "^0.20.2"
|
||||
ruff = "^0.2.1"
|
||||
mypy = "^1.8.0"
|
||||
pytest-asyncio = "^0.24.0"
|
||||
pytest-cov = "^6.0.0"
|
||||
pytest = "^8.3.3"
|
||||
fastapi-profiler = "^1.4.1"
|
||||
respx = "^0.21.1"
|
||||
ruff = "^0.7.1"
|
||||
mypy = "^1.13.0"
|
||||
pre-commit = "^4.0.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "strict"
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
mint = "cashu.mint.main:main"
|
||||
cashu = "cashu.wallet.cli.cli:cli"
|
||||
|
||||
Reference in New Issue
Block a user