Skip to content

Commit

Permalink
chore: depend on scim2-models from pypi by default
Browse files Browse the repository at this point in the history
and rename the poetry development group from 'test' to 'dev' to match
the other scim2-* projects
  • Loading branch information
azmeuk committed Aug 29, 2024
1 parent 7617bc1 commit 87f22cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ The only optional feature currently missing is support for Bulk operations ([RFC

## Usage

This repository functions as a submodule of the parent [scim2-models](https://github.com/yaal-coop/scim2-models). To use it in stand-alone
mode, apply this diff to `pyproject.toml`:

```diff
-scim2-models = { path = "../../", develop = true }
+scim2-models = { git = "https://github.com/yaal-coop/scim2-models" }
```

```shell
$ scim2-server [-h] [--schema SCHEMA] [--resource-type RESOURCE_TYPE] [--bearer-token BEARER_TOKEN] [--hostname HOSTNAME] [--port PORT] [--reverse-proxy] [--dump-resources DUMP_RESOURCES]
```
Expand Down
16 changes: 7 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
scim2-models = { path = "../../", develop = true }
scim2-models = "^0.2.0"
werkzeug = "^3.0.3"
scim2-filter-parser = "^0.7.0"

[tool.poetry.group.test.dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
pytest-coverage = "^0.0"
httpx = "^0.27.0"
Expand Down

0 comments on commit 87f22cd

Please sign in to comment.