项目作者: dropseed

项目描述 :
Deps component for updating python dependencies
高级语言: Python
项目地址: git://github.com/dropseed/deps-python.git
创建时间: 2019-04-26T20:43:32Z
项目社区:https://github.com/dropseed/deps-python

开源协议:MIT License

下载


deps-python

Currently supports:

  • Pipfile
  • poetry.lock
  • requirements.txt (filename doesn’t matter)

Example deps.yml

  1. version: 3
  2. dependencies:
  3. - type: python
  4. path: app/requirements.txt
  5. settings:
  6. # Enable updates for specific sections in Pipfile
  7. #
  8. # Default: ["packages", "dev-packages"]
  9. pipfile_sections:
  10. - packages
  11. # Enable updates for specific sections in Pipfile.lock
  12. #
  13. # Default: ["default", "develop"]
  14. pipfilelock_sections:
  15. - default
  16. # If your virtualenv is in a specific location that
  17. # isn't found automatically
  18. #
  19. # Default: ""
  20. pip_path: myenv/bin/pip

Support

Any questions or issues with this specific component should be discussed in GitHub issues.

If there is private information which needs to be shared then please use the private support channels in dependencies.io.