srounet / Pymem

A python library for windows, providing the needed functions to start working on your own with memory editing.
MIT License
303 stars 45 forks source link

use pyproject.toml #91

Closed StarrFox closed 6 months ago

StarrFox commented 1 year ago

I think switching to https://python-poetry.org/ or another pyproject.toml based solution would make development a lot faster

It allows for easier management of virtual environments and ensuring everyone is using the same packages

StarrFox commented 1 year ago

some other notable options are hatch and pdm

v01d-gh commented 1 year ago

Yeah. PDM is cool.