Skip to content

Commit

Permalink
bind and test against the corresponded rmq-out branch of unkcpz/plump…
Browse files Browse the repository at this point in the history
…y changes
  • Loading branch information
unkcpz committed Dec 20, 2024
1 parent d5733b2 commit 205e48a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
'importlib-metadata~=6.0',
'numpy~=1.21',
'paramiko~=3.0',
'plumpy~=0.22.3',
'plumpy',
'pgsu~=0.3.0',
'psutil~=5.6',
'psycopg[binary]~=3.0',
Expand All @@ -57,6 +57,9 @@ name = 'aiida-core'
readme = 'README.md'
requires-python = '>=3.9'

[tool.uv.sources]
plumpy = {git = "https://github.com/unkcpz/plumpy", branch = "rmq-out"}

[project.entry-points.'aiida.brokers']
'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker'

Expand Down
9 changes: 3 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 205e48a

Please sign in to comment.