dominicprice / endplay

A suite of tools for generation and analysis of bridge deals. Read the documentation at https://endplay.readthedocs.io
MIT License
21 stars 5 forks source link

Refactor build system to use Poetry #38

Closed dominicprice closed 4 months ago

dominicprice commented 4 months ago

At the moment we are using Pipfile to manage dependencies, but it makes life much easier to use Poetry instead. This rewrites the pyproject.toml file to use the poetry backend and updates some other places to make this compatible.