Refs #34986 -- Used non-binary build of psycopg for PyPy.

This commit is contained in:
Nick Pope 2023-11-22 13:39:04 +00:00 committed by Mariusz Felisiak
parent f80669d2f5
commit 958a590e53
1 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
psycopg[binary]>=3.1.8
psycopg>=3.1.14; implementation_name == 'pypy'
psycopg[binary]>=3.1.8; implementation_name != 'pypy'