Skip to content

Commit

Permalink
Also use a regular dep for the schema
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Mar 19, 2024
1 parent 1c57440 commit c04def7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ python = "^3.9"
fedora-messaging = "^3.4.1"
backoff = "^2.2.1"
mailman = ">=3.0.0"
mailman3-fedmsg-plugin-schemas = {path = "./mailman_schema", develop = true}
mailman3-fedmsg-plugin-schemas = ">=1.0.0"
zope-interface = "^6.2"

[tool.poetry.group.dev.dependencies]
mailman3-fedmsg-plugin-schemas = {path = "./mailman_schema", develop = true}
ruff = "*"
black = "*"
pytest = ">=7.4.0"
Expand Down

0 comments on commit c04def7

Please sign in to comment.