mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 16:20:33 -04:00
11 lines
399 B
Python
11 lines
399 B
Python
--- setup.py.orig 2020-03-09 17:39:51 UTC
|
|
+++ setup.py
|
|
@@ -7,7 +7,7 @@ import setuptools
|
|
if platform.python_implementation() == 'PyPy':
|
|
install_requires = ['psycopg2cffi>=2.7.2,<2.9']
|
|
else:
|
|
- install_requires = ['psycopg2>=2.5.1,<2.9']
|
|
+ install_requires = ['psycopg2>=2.5.1,<3']
|
|
|
|
# Install tornado if generating docs on readthedocs
|
|
if os.environ.get('READTHEDOCS', None) == 'True':
|