If you work on a project that uses both setup.py and Pipfile you often find the same values in: Pipfile/[packages] and setup.py/install_requires.
Does anyone know how I can tell Pipfile to use values from setup.py/install_requires for [packages]?