mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
bump version to 0.15.1 (#461)
This commit is contained in:
@@ -8,7 +8,7 @@ from pydantic import BaseSettings, Extra, Field
|
|||||||
|
|
||||||
env = Env()
|
env = Env()
|
||||||
|
|
||||||
VERSION = "0.15.0"
|
VERSION = "0.15.1"
|
||||||
|
|
||||||
|
|
||||||
def find_env_file():
|
def find_env_file():
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cashu"
|
name = "cashu"
|
||||||
version = "0.15.0"
|
version = "0.15.1"
|
||||||
description = "Ecash wallet and mint"
|
description = "Ecash wallet and mint"
|
||||||
authors = ["calle <callebtc@protonmail.com>"]
|
authors = ["calle <callebtc@protonmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -1,36 +1,44 @@
|
|||||||
anyio==4.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
anyio==3.7.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
asn1crypto==1.5.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
asn1crypto==1.5.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
attrs==23.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
attrs==23.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
base58==2.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
base58==2.1.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
bech32==1.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
bech32==1.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
bip32==3.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
bip32==3.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
bitstring==3.1.9 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
bitstring==3.1.9 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
bolt11==2.0.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
bolt11==2.0.5 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
certifi==2023.7.22 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
certifi==2024.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
cffi==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
cffi==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
cfgv==3.4.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
click==8.1.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
click==8.1.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
coincurve==18.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
coincurve==18.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and platform_system == "Windows" or python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
|
colorama==0.4.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and (platform_system == "Windows" or sys_platform == "win32")
|
||||||
cryptography==41.0.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
cryptography==41.0.7 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
distlib==0.3.8 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
ecdsa==0.18.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
ecdsa==0.18.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
environs==9.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
environs==9.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
exceptiongroup==1.1.3 ; python_full_version >= "3.8.1" and python_version < "3.11"
|
exceptiongroup==1.2.0 ; python_full_version >= "3.8.1" and python_version < "3.11"
|
||||||
fastapi==0.103.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
fastapi==0.104.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
filelock==3.13.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
h11==0.14.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
h11==0.14.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
httpcore==0.18.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
httpcore==1.0.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
httpx[socks]==0.25.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
httpx[socks]==0.25.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
idna==3.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
identify==2.5.34 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
importlib-metadata==6.8.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
idna==3.6 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
importlib-metadata==6.11.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
loguru==0.7.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
loguru==0.7.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
marshmallow==3.20.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
marshmallow==3.20.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
mnemonic==0.20 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
mnemonic==0.20 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
outcome==1.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
nodeenv==1.8.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
outcome==1.3.0.post0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
packaging==23.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
packaging==23.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
platformdirs==4.2.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
pre-commit==3.5.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
pycparser==2.21 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
pycparser==2.21 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
pycryptodomex==3.19.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
pycryptodomex==3.20.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
pydantic==1.10.13 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
pydantic==1.10.14 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
python-dotenv==1.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
python-dotenv==1.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
represent==1.6.0.post0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
pyyaml==6.0.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
represent==2.1 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
secp256k1==0.14.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
secp256k1==0.14.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
setuptools==68.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
setuptools==68.2.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
six==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
six==1.16.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
@@ -39,9 +47,10 @@ socksio==1.0.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0
|
|||||||
sqlalchemy-aio==0.17.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
sqlalchemy-aio==0.17.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
sqlalchemy==1.3.24 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
sqlalchemy==1.3.24 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
starlette==0.27.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
starlette==0.27.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
typing-extensions==4.8.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
typing-extensions==4.9.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
uvicorn==0.23.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
uvicorn==0.23.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
websocket-client==1.6.4 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
virtualenv==20.25.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
wheel==0.41.2 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
websocket-client==1.7.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
wheel==0.41.3 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
win32-setctime==1.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
|
win32-setctime==1.1.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0" and sys_platform == "win32"
|
||||||
zipp==3.17.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
zipp==3.17.0 ; python_full_version >= "3.8.1" and python_full_version < "4.0.0"
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ entry_points = {"console_scripts": ["cashu = cashu.wallet.cli.cli:cli"]}
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="cashu",
|
name="cashu",
|
||||||
version="0.15.0",
|
version="0.15.1",
|
||||||
description="Ecash wallet and mint",
|
description="Ecash wallet and mint",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
|
|||||||
Reference in New Issue
Block a user