Skip to content

pip install tasklib seems to get the version wrong. #73

@sridhars

Description

@sridhars

The current version that pip seems to pick up from pypi seems off in a couple of places.
Currently the pyproject.toml file (in the tar.gz from pypi - not on github) has version 1.30 and refers to older versions of pytz and tzlocal.

I find fewer issues when I replace pyproject.toml versions (not in github) with this:
[tool.poetry]
...
version = "2.1.1"
...
[tool.poetry.dependencies]
pytz = "2020.1"
tzlocal = "2.1"
...

A better workaround may be to remove it entirely or use git+https://github.com/robgolding/tasklib but figured you might want to know.

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