Skip to content

Commit

Permalink
fix Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed May 5, 2024
1 parent 6c6f7cc commit 250bf69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requests = "~=2.31"
psutil = "~=5.9"
celery = "~=5.3.5" # Celery v5.4 may stop supporting Python 3.8
django-celery-results = "~=2.5"
django-markdownify = "~=0.9.0" # includes the markdown package
django-markdownify = "~=0.9" # includes the markdown package
psycopg = "~=3.1"
virtualenv = "~=20.26"
redis = "~=5.0"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile.lock

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

0 comments on commit 250bf69

Please sign in to comment.