mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
poetry: Manually touch up poetry.lock to circumvent https://github.com/python-poetry/poetry/issues/2520
This commit is contained in:
parent
a7cf49c1ef
commit
33b2602e0f
1 changed files with 8 additions and 0 deletions
8
pkgs/poetry/poetry.lock
generated
8
pkgs/poetry/poetry.lock
generated
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue