sdispater / pytzdata

Official timezone database for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poetry incorrectly listed as a build dependency

AWhetter opened this issue · comments

poetry is listed as a build dependency, but it should only require poetry_core. I believe this would require upping the minimum version required, but these days that seems like a reasonable thing to do?

requires = ["poetry>=0.12"]