Skip to content

Commit 3ea6ac3

Browse files
authored
Merge pull request #21 from ndavydovdev/python38_aiamqp
Set aioamqp version - 0.14.0
2 parents 0ae2aa9 + 63b74d2 commit 3ea6ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
packages=find_packages(exclude=["tests"]),
2121
include_package_data=True,
2222
install_requires=[
23-
"aioamqp~=0.13.0",
23+
"aioamqp~=0.14.0",
2424
"asgiref~=3.1",
2525
"msgpack~=0.6.1",
2626
"channels~=2.2",

0 commit comments

Comments
 (0)