srounet / Pymem

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

Separate requirements.txt and dev_requirements.txt #20

Closed void4 closed 4 years ago

void4 commented 4 years ago

Using pip install pymem also installs the readthedocs etc. dependencies, which are quite heavy. For normal users, it would be great if only the necessary libraries were installed.

srounet commented 4 years ago

Resolved by Starfox contribution on #22