Merge pull request #825 from lnbits/poetrypy
poetry python dependency to any 3.9
This commit is contained in:
commit
0b2c01e388
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -634,8 +634,8 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
|||
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "f1d88c59b67ee4198292f28ddd2caa33249b4dee85eda0c75c1c2100a583c55e"
|
||||
python-versions = "3.9.*"
|
||||
content-hash = "1d3b99adb80da7d0e185d8f1d4c520589a0967efa24d5807fe02f49c2578b201"
|
||||
|
||||
[metadata.files]
|
||||
aiofiles = [
|
||||
|
|
|
@ -9,7 +9,7 @@ generate-setup-file = false
|
|||
script = "build.py"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "3.9"
|
||||
python = "3.9.*"
|
||||
aiofiles = "0.7.0"
|
||||
asgiref = "3.4.1"
|
||||
attrs = "21.2.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user