Require py-amqp 5.0.2.

See #1266.
This commit is contained in:
Omer Katz 2020-11-11 13:01:24 +02:00 committed by GitHub
parent d787492076
commit 26864d60a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
importlib-metadata>=0.18; python_version<"3.8"
amqp>=5.0.0,<6.0.0
amqp>=5.0.2,<6.0.0
vine