poetry: Manually touch up poetry.lock to circumvent https://github.com/python-poetry/poetry/issues/2520

This commit is contained in:
adisbladis 2020-07-22 16:12:43 +02:00
parent a7cf49c1ef
commit 33b2602e0f
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -267,6 +267,14 @@ optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
version = "2.8" version = "2.8"
[package.dependencies.enum34]
python = "<3"
version = "*"
[package.dependencies.ipaddress]
python = "<3"
version = "*"
[package.dependencies] [package.dependencies]
cffi = ">=1.8,<1.11.3 || >1.11.3" cffi = ">=1.8,<1.11.3 || >1.11.3"
six = ">=1.4.1" six = ">=1.4.1"