Skip to content

Commit c04def7

Browse files
committed
Also use a regular dep for the schema
Signed-off-by: Aurélien Bompard <[email protected]>
1 parent 1c57440 commit c04def7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ python = "^3.9"
1414
fedora-messaging = "^3.4.1"
1515
backoff = "^2.2.1"
1616
mailman = ">=3.0.0"
17-
mailman3-fedmsg-plugin-schemas = {path = "./mailman_schema", develop = true}
17+
mailman3-fedmsg-plugin-schemas = ">=1.0.0"
1818
zope-interface = "^6.2"
1919

2020
[tool.poetry.group.dev.dependencies]
21+
mailman3-fedmsg-plugin-schemas = {path = "./mailman_schema", develop = true}
2122
ruff = "*"
2223
black = "*"
2324
pytest = ">=7.4.0"

0 commit comments

Comments
 (0)