Skip to content

Commit 3667093

Browse files
authored
Upgrade typer and remove unused openapi-python-client (#1049)
* remove openapi-python-client as it is unused since #948 * remove obsolete note about auto-generated client in contributors md * upgrade typer to 0.12.3
1 parent 6bdecfc commit 3667093

File tree

3 files changed

+10
-225
lines changed

3 files changed

+10
-225
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,6 @@ The tests also contain functionality for the WEBKNOSSOS client. There a two mode
147147
[`pytest-split`](https://jerry-git.github.io/pytest-split),
148148
which is used in the CI to split the tests for different runners.
149149

150-
The code under `webknossos/client/_generated` is auto-generated! Please don't adapt anything in the `generated` folder manually, but re-run the code generation.
151-
152-
The client code is generated using [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) and [InducOapi](https://github.com/TheWall89/inducoapi).
153-
154-
To re-generate the code, run
155-
```bash
156-
./generate_client.sh
157-
```
158-
159150
#### `cluster_tools` package
160151

161152
For testing the `slurm` setup a docker-compose setup is available. Please see the [respective Readme](https://github.com/scalableminds/webknossos-libs/blob/master/cluster_tools/README.md) for details.

0 commit comments

Comments
 (0)