Skip to content

Commit

Permalink
pip file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachHarpaz committed Sep 29, 2024
1 parent f14d390 commit e0dbbff
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 368 deletions.
5 changes: 3 additions & 2 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ dj-database-url = "*"
djangorestframework = "*"
pandas = "*"
html5lib = "*"
psycopg2 = "*"
sentry-sdk = "*"
django = "==5.0.2"
django-cors-headers = "*"
pyyaml = "*"
uritemplate = "*"
uwsgi = "*"
django-filter = "*"
django-labs-accounts = "*"
django-debug-toolbar = "*"
Expand All @@ -46,7 +48,6 @@ webdriver-manager = "*"
pre-commit = "*"
alt-profanity-check = "*"
inflection = "*"
psycopg2-binary = "*"

[requires]
python_version = "3.11"
python_version = "3.11"
Loading

0 comments on commit e0dbbff

Please sign in to comment.