srounet / Pymem

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

Fix requirements issues #22

Closed StarrFox closed 4 years ago

StarrFox commented 4 years ago

This pull request removes sphinx from the required installs and moves it to the [doc] extra option. It also adds the tests requirements to the [test] extra option. I removed requirements.txt because pypiwin32 was not actually used anywhere in the code besides process.py where it was only imported and not used within the file (those imports where also removed).

This pull request also closes issue #20

srounet commented 4 years ago

Thank you for contributing to pymem and keeping the project alive. I ll merge, and bump as a new release when I can.