diff options
| author | 2023-05-11 22:35:06 -0700 | |
|---|---|---|
| committer | 2023-05-11 22:35:06 -0700 | |
| commit | 676f6a66f84f7524401d3b620544c9f2a11da4e4 (patch) | |
| tree | c592334d85dea868ca725e57b30bc221cb1e16b5 /pyproject.toml | |
| parent | Merge pull request #970 from python-discord/django-rules-ruff (diff) | |
| parent | Merge branch 'main' into psycopg3 (diff) | |
Merge pull request #969 from python-discord/psycopg3
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 fb82aa2e..0e7c2834 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" |