Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dropseed/deps-python
Deps component for updating python dependencies
https://github.com/dropseed/deps-python
deps deps-component pip pipenv python
Last synced: 28 days ago
JSON representation
Deps component for updating python dependencies
- Host: GitHub
- URL: https://github.com/dropseed/deps-python
- Owner: dropseed
- License: mit
- Created: 2019-04-26T20:43:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T20:23:06.000Z (about 2 years ago)
- Last Synced: 2024-11-30T14:55:33.358Z (about 1 month ago)
- Topics: deps, deps-component, pip, pipenv, python
- Language: Python
- Homepage: https://docs.dependencies.io/python/
- Size: 220 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deps-python
Currently supports:
- `Pipfile`
- `poetry.lock`
- `requirements.txt` (filename doesn't matter)## Example `deps.yml`
```yaml
version: 3
dependencies:
- type: python
path: app/requirements.txt
settings:
# Enable updates for specific sections in Pipfile
#
# Default: ["packages", "dev-packages"]
pipfile_sections:
- packages# Enable updates for specific sections in Pipfile.lock
#
# Default: ["default", "develop"]
pipfilelock_sections:
- default# If your virtualenv is in a specific location that
# isn't found automatically
#
# Default: ""
pip_path: myenv/bin/pip
```## Support
Any questions or issues with this specific component should be discussed in [GitHub issues](https://github.com/dropseed/deps-python/issues).
If there is private information which needs to be shared then please use the private support channels in [dependencies.io](https://www.dependencies.io/contact/).