MikeBrink / python-picnic-api

Unofficial Python wrapper for the Picnic API.
Apache License 2.0
53 stars 17 forks source link

Switch to poetry-core #14

Closed fabaff closed 3 years ago

fabaff commented 3 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.

MikeBrink commented 3 years ago

Thanks for your contribution!