Skip to content

Commit

Permalink
add psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
d2avids committed Jun 4, 2024
1 parent 1cb031a commit eb21a7c
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 1 deletion.
83 changes: 82 additions & 1 deletion backend/poetry.lock

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

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


[build-system]
Expand Down
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ kombu==5.3.7 ; python_version >= "3.12" and python_version < "4.0"
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"
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 eb21a7c

Please sign in to comment.