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:
Jakub Sokołowski 2023-07-04 19:53:45 +02:00
parent d9fc36e6f8
commit 63cfa96a07
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 0 additions and 2 deletions

View File

@ -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]