diff options
author | 2023-05-10 13:32:39 +0200 | |
---|---|---|
committer | 2023-05-10 13:41:16 +0200 | |
commit | d50ffb8df402f1135c96b6557f72396fa556a9b8 (patch) | |
tree | 825e5881ea04ed22f1ba566f61cfdb1f1e1a5f78 /pyproject.toml | |
parent | Merge pull request #968 from python-discord/ruff (diff) |
Switch to psycopg 3
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9019efb0..6374be54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,13 +18,13 @@ djangorestframework = "3.14.0" gunicorn = "20.1.0" httpx = "0.24.0" markdown = "3.4.3" -psycopg2-binary = "2.9.6" PyJWT = {version = "2.7.0", extras = ["crypto"]} pymdown-extensions = "9.11" python-frontmatter = "1.0.0" pyyaml = "6.0" sentry-sdk = "1.22.2" whitenoise = "6.4.0" +psycopg = {extras = ["binary"], version = "^3.1.9"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" |