Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).