File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,10 @@ MicroAgent
1919.. image :: https://readthedocs.org/projects/microagent/badge/?version=latest&style=flat
2020 :target: https://microagent.readthedocs.io/
2121
22- .. image :: https://github.com/scailer/microagent/actions
23- :target: https://github.com/scailer/microagent/workflows/Tests/badge.svg
22+ .. image :: https://github.com/scailer/microagent/workflows/Tests/badge.svg
23+ :target: https://github.com/scailer/microagent/actions
24+
25+ ---
2426
2527
2628The goal of this project is to facilitate the creation of **microservices **
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ Repository = 'https://github.com/scailer/microagent.git'
3737Changelog = ' https://github.com/scailer/microagent/blob/master/CHANGELOG.rst'
3838
3939[project .optional-dependencies ]
40- redis = [' redis[hiredis]==5 .*' ]
41- amqp = [' aiormq==6.8 .*' ]
42- kafka = [' aiokafka==0.10 .*' ]
40+ redis = [' redis[hiredis]==6 .*' ]
41+ amqp = [' aiormq==6.9 .*' ]
42+ kafka = [' aiokafka==0.12 .*' ]
4343dev = [
4444 ' pytest' ,
4545 ' pytest-runner' ,
@@ -48,9 +48,9 @@ dev = [
4848 ' coverage' ,
4949 ' mypy' ,
5050 ' ruff' ,
51- ' redis==5 .*' ,
52- ' aiormq==6.8 .*' ,
53- ' aiokafka==0.10 .*' ,
51+ ' redis==6 .*' ,
52+ ' aiormq==6.9 .*' ,
53+ ' aiokafka==0.12 .*' ,
5454]
5555
5656[project .entry-points .'console_scripts' ]
You can’t perform that action at this time.
0 commit comments