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 07f3934 commit f2195beCopy full SHA for f2195be
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup, find_packages
5
6
install_requires = ['psycopg2-binary>=2.8.4', 'async_timeout>=3.0,<4.0']
7
-extras_require = {'sa': ['sqlalchemy[postgresql_psycopg2binary]>=1.1']}
+extras_require = {'sa': ['sqlalchemy[postgresql_psycopg2binary]>=1.1,<1.4']}
8
9
10
def read(*parts):
0 commit comments