Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeunier28 committed Jul 13, 2023
1 parent f4a8079 commit 672022a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ protobuf==3.17.3; python_version < '3.0'
protobuf==3.20.2; python_version > '3.0'
psutil==5.9.0
psycopg[binary]==3.1.9; python_version > '3.0'
psycopg[pool]==3.1.7; python_version > '3.0'
pyasn1==0.4.6
pycryptodomex==3.10.1
pydantic==1.10.8; python_version > '3.0'
Expand Down
1 change: 1 addition & 0 deletions postgres/datadog_checks/postgres/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import psycopg
from psycopg.rows import dict_row
from psycopg_pool import ConnectionPool
from six import iteritems

from datadog_checks.base import AgentCheck
Expand Down
1 change: 1 addition & 0 deletions postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ deps = [
"cachetools==5.3.1; python_version > '3.0'",
"psycopg[binary]==3.1.9; python_version > '3.0'",
"semver==3.0.1; python_version > '3.0'",
"psycopg[pool]==3.1.7; python_version > '3.0'",
]

[project.urls]
Expand Down

0 comments on commit 672022a

Please sign in to comment.