Closed goern closed 4 years ago
Reading from Pipfile or Pipfile.lock is not a good idea and shouldn't be done. On the other hand some overlapping between requirements and setup is possible , it is not recommended .
Though something like this can be a solution . https://github.com/elgertam/cookiecutter-pypackage/blob/master/%7B%7Bcookiecutter.project_slug%7D%7D/setup.py
Right now there is a fixed list of requirements within setup.py, thats not that clever.