mirror of https://github.com/logos-co/open-law.git
pyproject.toml: fox poetry error
Fixes: ``` RuntimeError The Poetry configuration is invalid: - Additional properties are not allowed ('group' was unexpected) ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d9fc36e6f8
commit
63cfa96a07
|
@ -24,8 +24,6 @@ flask-wtf = "^1.1.1"
|
|||
pytest = "^7.1.1"
|
||||
flake8 = "^4.0.1"
|
||||
black = "^22.3.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
faker = "^18.3.1"
|
||||
|
||||
[build-system]
|
||||
|
|
Loading…
Reference in New Issue