Skip to content

Commit

Permalink
remove psycopg2, keep psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
d2avids committed Jun 4, 2024
1 parent 61b74ce commit 64996ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
24 changes: 1 addition & 23 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ django-celery-beat = "^2.6.0"
django-redis = "^5.4.0"
django-import-export = "^4.0.7"
psycopg2-binary = "^2.9.9"
psycopg2 = "^2.9.9"


[build-system]
Expand Down
1 change: 0 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ oauthlib==3.2.2 ; python_version >= "3.12" and python_version < "4.0"
packaging==24.0 ; python_version >= "3.12" and python_version < "4.0"
prompt-toolkit==3.0.45 ; python_version >= "3.12" and python_version < "4.0"
psycopg2-binary==2.9.9 ; python_version >= "3.12" and python_version < "4.0"
psycopg2==2.9.9 ; python_version >= "3.12" and python_version < "4.0"
pycparser==2.22 ; python_version >= "3.12" and python_version < "4.0" and platform_python_implementation != "PyPy"
pyjwt==2.8.0 ; python_version >= "3.12" and python_version < "4.0"
python-crontab==3.1.0 ; python_version >= "3.12" and python_version < "4.0"
Expand Down

0 comments on commit 64996ca

Please sign in to comment.