We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7a8e9 commit 519fef9Copy full SHA for 519fef9
README.rst
@@ -16,6 +16,9 @@ of PostgreSQL server binary protocol for use with Python's ``asyncio``
16
framework. You can read more about asyncpg in an introductory
17
`blog post <http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/>`_.
18
19
+asyncpg requires Python 3.5 or later and is supported for PostgreSQL
20
+versions 9.1 to 9.6.
21
+
22
23
Documentation
24
-------------
@@ -57,8 +60,8 @@ This enables asyncpg to have easy-to-use support for:
57
60
Installation
58
61
------------
59
62
-asyncpg requires Python 3.5 and is available on PyPI.
-Use pip to install it::
63
+asyncpg is available on PyPI and has no dependencies.
64
+Use pip to install::
65
66
$ pip install asyncpg
67
0 commit comments