File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,19 @@ Ibis maintainers are expected to handle the following tasks as they arise:
7
7
8
8
## Dependencies
9
9
10
- A number of tasks that are typically associated with maintenance are partially or fully automated.
11
-
12
- - [ WhiteSource Renovate] ( https://www.whitesourcesoftware.com/free-developer-tools/renovate/ ) (Python library dependencies and GitHub Actions)
13
- - [ Custom GitHub Action] ( https://github.com/ibis-project/ibis/actions/workflows/update-deps.yml ) (Nix dependencies)
10
+ Dependency updates are automated using [ Mend Renovate] ( https://www.mend.io/renovate/ ) .
14
11
15
12
### poetry
16
13
17
14
Occasionally you may need to lock [ ` poetry ` ] ( https://python-poetry.org ) dependencies. Edit ` pyproject.toml ` as needed, then run:
18
15
19
16
``` sh
20
17
poetry lock --no-update
18
+ poetry export --extras all --with dev --with test --with docs --without-hashes --no-ansi > requirements-dev.txt
21
19
```
22
20
21
+ The second step updates ` requirements-dev.txt ` for developers using ` pip ` .
22
+
23
23
## Adding examples
24
24
25
25
If you're not a maintainer, please open an issue asking us to add your example.
You can’t perform that action at this time.
0 commit comments