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 79c2132 commit 0b1cb4fCopy full SHA for 0b1cb4f
setup.py
@@ -21,7 +21,7 @@ def readme():
21
'SQLAlchemy>=1.2.2',
22
'Flask-SQLAlchemy>=2.3',
23
'packaging>=14.1'],
24
- extras_require={'tests': ['pytest-postgresql<2.0', 'psycopg2-binary']},
+ extras_require={'tests': ['pytest-postgresql>=2.4.0', 'psycopg2-binary']},
25
classifiers=[
26
'Development Status :: 4 - Beta',
27
'Environment :: Plugins',
0 commit comments