Skip to content

Commit

Permalink
Dependencies: Update aio-pika
Browse files Browse the repository at this point in the history
Currently done indirectly through branch on `kiwipy` because that has
the actual dependency of `aio-pika`
  • Loading branch information
sphuber committed Nov 9, 2023
1 parent 44d27d1 commit 12488bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
keywords = ['workflow', 'multithreaded', 'rabbitmq']
requires-python = '>=3.7'
dependencies = [
'kiwipy[rmq]~=0.8.3',
'kiwipy[rmq]@git+https://github.com/aiidateam/kiwipy#egg=fix/aio-pika',
'nest_asyncio~=1.5,>=1.5.1',
'pyyaml~=6.0',
]
Expand Down

0 comments on commit 12488bd

Please sign in to comment.