curved-television-6568
08/26/2021, 9:50 AMpoetry export
I get strange ICs.curved-television-6568
08/26/2021, 9:51 AM$ poetry export
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" \
--hash=sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc \
--hash=sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a
curved-television-6568
08/26/2021, 9:51 AMpyproject.toml
[tool.poetry.dependencies]
python = "^3.9"
typer = {extras = ["all"], version = "^0.3.2"}
curved-television-6568
08/26/2021, 9:52 AMpy >= 3.6 and full_version < 3.0.0
that has me confounded..curved-television-6568
08/26/2021, 9:55 AMValueError
ValueError: Invalid requirement 'click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" \' in constraints.txt at line 1: not enough values to unpack (expected 1, got 0)
curved-television-6568
08/26/2021, 9:56 AMcurved-television-6568
08/26/2021, 9:59 AMpoetry export --without-hashes
yielded better results..curved-television-6568
08/26/2021, 10:00 AMbusy-vase-39202
08/26/2021, 4:25 PMcurved-television-6568
08/26/2021, 4:48 PM