Browse Source

Add psycopg2-binary to extra dependency

pull/2132/head
Hironsan 1 year ago
parent
commit
8f80f7813c
2 changed files with 126 additions and 875 deletions
  1. 1000
      backend/poetry.lock
  2. 1
      backend/pyproject.toml

1000
backend/poetry.lock
File diff suppressed because it is too large
View File

1
backend/pyproject.toml

@ -66,6 +66,7 @@ filetype = "^1.0.10"
pandas = "^1.4.2"
flower = "^1.2.0"
django-allauth = "0.50.0"
psycopg2-binary = {version = "^2.9.5", extras = ["postgresql"]}
[tool.poetry.dev-dependencies]
model-mommy = "^2.0.0"

Loading…
Cancel
Save