Can pip install packages recursively from requirem

2019-04-28 13:44发布

I have a projectA that depends on other projects. Some of them also my projects from private git repository. I listed all dependencies of projectA in requirements.txt for all my packages.

Now projectB that projectA depends of have dependencies also (listed in requirements txt and setup.py), but pip doesn't install them when I'm running pip install -r requirements.txt  for projectA.

标签: python pip
1条回答
孤傲高冷的网名
2楼-- · 2019-04-28 14:09

snakebasket appears to be a wrapper of pip with exactly this design goal.

查看更多
登录 后发表回答