Merge pull request #826 from lnbits/poetrypy

poetry python dependency to any 3.9
This commit is contained in:
Arc 2022-08-01 18:59:10 +01:00 committed by GitHub
commit 1374aabf92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -635,7 +635,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "3.9.*"
content-hash = "1d3b99adb80da7d0e185d8f1d4c520589a0967efa24d5807fe02f49c2578b201"
content-hash = "fec673ac17295c99a1c13769d82c0b7e2d0e8831bfa1e2b9aa5e2ce13605fa62"
[metadata.files]
aiofiles = [

View File

@ -59,7 +59,7 @@ websockets = "10.0"
zipp = "3.5.0"
loguru = "0.5.3"
cffi = "1.15.0"
websocket-client = "^1.3.3"
websocket-client = "1.3.3"
[tool.poetry.dev-dependencies]