Let's take care of dependencies in setup.py instead of bothering with pipenv/ requirements.txt stuff.
I thought pipenv would be better, but actually, just making your own virtualenv in whatever tool you want, and then running python setup.py install is much easier.
Let's take care of dependencies in
setup.py
instead of bothering with pipenv/ requirements.txt stuff.I thought pipenv would be better, but actually, just making your own virtualenv in whatever tool you want, and then running
python setup.py install
is much easier.