Skip to content

Commit 87f22cd

Browse files
committed
chore: depend on scim2-models from pypi by default
and rename the poetry development group from 'test' to 'dev' to match the other scim2-* projects
1 parent 7617bc1 commit 87f22cd

3 files changed

Lines changed: 9 additions & 19 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ The only optional feature currently missing is support for Bulk operations ([RFC
1818

1919
## Usage
2020

21-
This repository functions as a submodule of the parent [scim2-models](https://github.com/yaal-coop/scim2-models). To use it in stand-alone
22-
mode, apply this diff to `pyproject.toml`:
23-
24-
```diff
25-
-scim2-models = { path = "../../", develop = true }
26-
+scim2-models = { git = "https://github.com/yaal-coop/scim2-models" }
27-
```
28-
2921
```shell
3022
$ scim2-server [-h] [--schema SCHEMA] [--resource-type RESOURCE_TYPE] [--bearer-token BEARER_TOKEN] [--hostname HOSTNAME] [--port PORT] [--reverse-proxy] [--dump-resources DUMP_RESOURCES]
3123
```

poetry.lock

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ readme = "README.md"
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.11"
14-
scim2-models = { path = "../../", develop = true }
14+
scim2-models = "^0.2.0"
1515
werkzeug = "^3.0.3"
1616
scim2-filter-parser = "^0.7.0"
1717

18-
[tool.poetry.group.test.dependencies]
18+
[tool.poetry.group.dev.dependencies]
1919
pytest = "^8.2.2"
2020
pytest-coverage = "^0.0"
2121
httpx = "^0.27.0"

0 commit comments

Comments
 (0)