python3Packages.asyncio-mqtt: init at 0.8.0

This commit is contained in:
Martin Weinelt
2021-02-03 21:28:54 +01:00
parent 09b82c58d1
commit 91f78faa40
2 changed files with 36 additions and 0 deletions

View File

@@ -484,6 +484,8 @@ in {
asyncio-dgram = callPackage ../development/python-modules/asyncio-dgram { };
asyncio-mqtt = callPackage ../development/python-modules/asyncio_mqtt { };
asyncio-throttle = callPackage ../development/python-modules/asyncio-throttle { };
asyncpg = callPackage ../development/python-modules/asyncpg { };