Skip to content
Snippets Groups Projects
Commit 988139e7 authored by Dmitry Ivanov's avatar Dmitry Ivanov Committed by Dmitry Ivanov
Browse files

Revert "chores(pgproto): use pure python impl of psycopg"

This reverts commit 95807a30.
parent 71f6bf9a
No related branches found
No related tags found
1 merge request!1024Revert "chores(pgproto): use pure python impl of psycopg"
Pipeline #40951 passed
......@@ -21,7 +21,7 @@ pyyaml = "*"
tomli = {version = ">=1.1.0", markers = "python_version < '3.11'"}
requests = "*"
pg8000 = "*"
psycopg = "*"
psycopg = {extras = ["binary"], version = "*"}
[requires]
python_version = "3.10"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment