Merge pull request #825 from lnbits/poetrypy

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

4
poetry.lock generated
View File

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

View File

@ -9,7 +9,7 @@ generate-setup-file = false
script = "build.py" script = "build.py"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "3.9" python = "3.9.*"
aiofiles = "0.7.0" aiofiles = "0.7.0"
asgiref = "3.4.1" asgiref = "3.4.1"
attrs = "21.2.0" attrs = "21.2.0"