Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Bug: Typo in dependency versions in pyproject.toml #245

Open
ashutoshkrris opened this issue Oct 6, 2022 · 0 comments
Open

Bug: Typo in dependency versions in pyproject.toml #245

ashutoshkrris opened this issue Oct 6, 2022 · 0 comments

Comments

@ashutoshkrris
Copy link

There is a typo in the version of the following two dependencies in the pyproject.toml file:

  • pyinstaller module : It should be ^5.0.1 but it is ˆ5.0.1. Check it here.
  • poethepoet module: It should be ^0.13.1 but it is ˆ0.13.1. Check it here.

Due to the above two typos, we get the following two errors while running poetry install:

  • Could not parse version constraint: ˆ5.0.1
  • Could not parse version constraint: ˆ0.13.1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant