PetterKraabol / Twitch-Python

Object-oriented Twitch API for Python developers
https://pypi.org/project/twitch-python
MIT License
214 stars 37 forks source link

Remove pipenv usage in setup.py #13

Closed jonringer closed 4 years ago

jonringer commented 4 years ago

Referencing pipenv from setup.py is unusual. A package shouldn't know about a environment tool.

For packaging this in sandboxed environments, the usage needs to be removed https://github.com/NixOS/nixpkgs/blob/bb78090abff9968fbb8699b7422078d2ff040ce1/pkgs/development/python-modules/twitch-python/setup-no-pipenv.patch

PetterKraabol commented 4 years ago

Thank you, I've removed this dependency in 0.0.18