File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- [tool .poetry ]
1+ [build-system ]
2+ requires = [" poetry-core" ]
3+ build-backend = " poetry.core.masonry.api"
4+
5+ [project ]
26name = " eventsourcingdb"
37version = " 0.8.1"
48description = " eventsourcingdb is the official client for EventSourcingDB."
59authors = [
6- {
name =
" the native web GmbH" ,
email =
" [email protected] " }, 10+ {
name =
" the native web GmbH" ,
email =
" [email protected] " } 711]
812readme = " README.md"
913license = " MIT"
@@ -13,15 +17,10 @@ packages = [{include = "eventsourcingdb"}]
1317python = " ^3.13"
1418aiohttp = " 3.11.13"
1519
16-
1720[tool .poetry .group .dev .dependencies ]
1821pytest = " 8.3.5"
1922flask = " 3.1.0"
2023pylint = " 3.3.5"
2124autopep8 = " 2.3.2"
2225pytest-timeout = " 2.3.1"
2326pytest-asyncio = " 0.25.3"
24-
25- [build-system ]
26- requires = [" poetry-core" ]
27- build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments