pulsepm / pulse

Unofficial package manager written in python.
MIT License
4 stars 0 forks source link

Add back requirements.txt #115

Closed mysy00 closed 3 months ago

mysy00 commented 3 months ago

Add back requirements.txt, so people can use pip to install them and get the project running straight from source code. It might be especially useful if somebody plans to dive into the project and perhaps make some changes to the codebase.

I scanned the project with pipreqs, so now this file should contain only the packages that are actually needed.

For reference, the file has been nuked by this commit: 011de39989210a035489fa29121f4893fddda2f9 but as I've stated above, it's needed.