vlasovskikh / funcparserlib

Recursive descent parsing library for Python based on functional combinators
https://funcparserlib.pirx.ru
MIT License
338 stars 38 forks source link

Switch to poetry-core #73

Closed fabaff closed 2 years ago

fabaff commented 2 years ago

poetry-core is intended to be a light weight, fully compliant, self-contained package allowing PEP 517 compatible build frontends to build Poetry managed projects.

Using poetry-core allows distribution packages to depend only on the build backend.

vlasovskikh commented 2 years ago

@fabaff Thank you for your pull request!