Skip to content

Commit 71c9698

Browse files
committed
Allow wider range of pyscopg2 versions
1 parent f580d8a commit 71c9698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run(self):
7070
':python_version <= "3.6"': ["dataclasses"],
7171
"docs": ["Sphinx==2.2.0", "sphinx-rtd-theme==0.4.3"],
7272
"test": [
73-
"psycopg2==2.8.4",
73+
"psycopg2>=2.8.4,<3.0.0",
7474
"dj-database-url==0.5.0",
7575
"pytest==5.3.2",
7676
"pytest-benchmark==3.2.2",

0 commit comments

Comments
 (0)