Skip to content

Commit

Permalink
don't die on anyio4
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Jan 5, 2023
1 parent f38346d commit 58d60c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'pyrabbit',
],
install_requires=[
'anyio>=3,<4',
'anyio>=3',
'pamqp>=3,<4',
],
keywords=['asyncio', 'amqp', 'rabbitmq', 'aio', 'trio'],
Expand Down

0 comments on commit 58d60c2

Please sign in to comment.