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

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

@ashutoshkrris

Description

@ashutoshkrris

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions