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 f580d8a commit 71c9698Copy full SHA for 71c9698
setup.py
@@ -70,7 +70,7 @@ def run(self):
70
':python_version <= "3.6"': ["dataclasses"],
71
"docs": ["Sphinx==2.2.0", "sphinx-rtd-theme==0.4.3"],
72
"test": [
73
- "psycopg2==2.8.4",
+ "psycopg2>=2.8.4,<3.0.0",
74
"dj-database-url==0.5.0",
75
"pytest==5.3.2",
76
"pytest-benchmark==3.2.2",
0 commit comments