Closed dmyersturnbull closed 4 years ago
Hello @dmyersturnbull,
there are some mistakes in your pyproject.toml
here:
PyMySQL = {version=">=0.10, <1.0", optional=true}
peewee = {version=">=3.13, <1.0", optional=true}
sshtunnel = {version="0.13, <1.0", optional=true}
You are saying the peewee
version must be greater >=3.13
and smaller <1.0
. Both criteria cannot be valid at the same time.
Furthermore the sshtunnel
version must be exact 0.13
and smaller 1.0
. While this can be valid, the current version of sshtunnel
is 0.1.5
. So poetry will fail here as well.
Also you have specified tomlkit
twice as a dependency.
fin swimmer
Oh wow, I have no idea how I didn't notice that. Thanks.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
-vvv
option).Issue
This appears to be a spurious conflict:
Because pocketutils depends on both peewee (>=3.13, <1.0) and peewee (>=3.13, <1.0), version solving failed.
Full log: