Tamseel Ahmad

Results 1 comments of Tamseel Ahmad

Adding `https://pypi.org/simple/` as the source to pyproject.toml worked as a workaround for me ``` [[tool.poetry.source]] name = "pypi-public" url = "https://pypi.org/simple/" ```