python is not installing dependencies listed in install_requires of setuptools

后端 未结 3 1015
梦毁少年i
梦毁少年i 2021-02-19 00:22

I have written a python module that depends on openpyxl. I want openpxyl to be installed as a dependency automatically using setuptools. I read that the proper way to do this is

3条回答
  •  余生分开走
    2021-02-19 01:11

    Building with sdist create a source distribution, so I think it's normal taht dependencies are not packaged with your sources.

提交回复
热议问题