Skip to content

Commit 51d3ae1

Browse files
mredentivkarak
authored andcommitted
requirements: add Python-version specific pins for SQLAlchemy and psycopg2-binary
1 parent d4e786b commit 51d3ae1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ fasteners==0.20; python_version >= '3.10'
66
jinja2==3.1.6
77
jsonschema==3.2.0
88
lxml==6.0.2
9-
psycopg2-binary==2.9.8
9+
psycopg2-binary==2.9.8; python_version < '3.12'
10+
psycopg2-binary==2.9.11; python_version >= '3.12'
1011
pytest==8.4.2; python_version == '3.9'
1112
pytest==9.0.2; python_version >= '3.10'
1213
pytest-forked==1.6.0

0 commit comments

Comments
 (0)