File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# python-mediator
2- Elastic and extensible asyncio CQRS python microframework.
2+ Elastic and extensible asyncio CQRS + ES python microframework.
3+ Compatible with recent python versions: 3.7, 3.8, 3.9.
34
45Corresponds to clean architecture patterns, ideal for
56command/query segregation scenarios and event-driven design approaches.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = ["Damian Łukawski <damian@lukawscy.pl>"]
66license = " MIT"
77
88[tool .poetry .dependencies ]
9- python = " ^3.8 "
9+ python = " >=3.7 <3.10 "
1010
1111[tool .poetry .dev-dependencies ]
1212black = " ^20.8b1"
@@ -17,6 +17,7 @@ flake8-black = "^0.2.1"
1717pytest = " ^6.1.0"
1818coverage = " ^5.4"
1919pytest-asyncio = " ^0.14.0"
20+ importlib_metadata = { version = " ^3.7.0" , python = " ~3.7" }
2021
2122[build-system ]
2223requires = [" poetry>=0.12" ]
You can’t perform that action at this time.
0 commit comments