data61 / clkhash

CLK hash: hash pii for entity matching
Apache License 2.0
47 stars 9 forks source link

Migrate to pyproject.toml file #659

Closed hardbyte closed 1 year ago

hardbyte commented 1 year ago

This PR migrates the project's dependency management and packaging from setup.py and requirements.txt to Poetry with a pyproject.toml file. By using Poetry, we can simplify dependency management and streamline the packaging process.

codecov[bot] commented 1 year ago

Codecov Report

Merging #659 (2f04d9d) into master (5c71029) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #659 +/- ## ======================================= Coverage 94.35% 94.35% ======================================= Files 13 13 Lines 957 957 ======================================= Hits 903 903 Misses 54 54 ```