From 1f0d43250faf01efb8974f7f5d91ecccc3fc9c1f Mon Sep 17 00:00:00 2001 From: lisael Date: Fri, 12 Dec 2014 23:46:34 +0100 Subject: [PATCH] documentation: fix min python version for aioetcd --- Documentation/libraries-and-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/libraries-and-tools.md b/Documentation/libraries-and-tools.md index 2f7f2a705..a83461ee2 100644 --- a/Documentation/libraries-and-tools.md +++ b/Documentation/libraries-and-tools.md @@ -27,7 +27,7 @@ - [jplana/python-etcd](https://github.com/jplana/python-etcd) - Supports v2 - [russellhaering/txetcd](https://github.com/russellhaering/txetcd) - a Twisted Python library - [cholcombe973/autodock](https://github.com/cholcombe973/autodock) - A docker deployment automation tool -- [lisael/aioetcd](https://github.com/lisael/aioetcd) - (Python 3.5+) Asyncio coroutines client (Supports v2) +- [lisael/aioetcd](https://github.com/lisael/aioetcd) - (Python 3.4+) Asyncio coroutines client (Supports v2) **Node libraries**