Skip to content

Commit

Permalink
fix psycopg2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
esinx committed Feb 9, 2025
1 parent 14ac406 commit f6af81b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli = "*"
dj-database-url = "*"
djangorestframework = "*"
djangorestframework-api-key = "*"
psycopg2 = "*"
psycopg2 = "==2.9.9"
sentry-sdk = "*"
django-oauth-toolkit = "*"
django-cors-headers = "*"
Expand Down
29 changes: 16 additions & 13 deletions backend/Pipfile.lock

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

0 comments on commit f6af81b

Please sign in to comment.