Skip to content

Commit 519fef9

Browse files
committed
Mention minimum Python and PostgreSQL requirements in README.
1 parent fc7a8e9 commit 519fef9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ of PostgreSQL server binary protocol for use with Python's ``asyncio``
1616
framework. You can read more about asyncpg in an introductory
1717
`blog post <http://magic.io/blog/asyncpg-1m-rows-from-postgres-to-python/>`_.
1818

19+
asyncpg requires Python 3.5 or later and is supported for PostgreSQL
20+
versions 9.1 to 9.6.
21+
1922

2023
Documentation
2124
-------------
@@ -57,8 +60,8 @@ This enables asyncpg to have easy-to-use support for:
5760
Installation
5861
------------
5962

60-
asyncpg requires Python 3.5 and is available on PyPI.
61-
Use pip to install it::
63+
asyncpg is available on PyPI and has no dependencies.
64+
Use pip to install::
6265

6366
$ pip install asyncpg
6467

0 commit comments

Comments
 (0)