Skip to content

Commit

Permalink
Fix pip version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Nov 16, 2024
1 parent 2b5671e commit e8574b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pylint-django = "~=2.4.2"
typed-ast = "~=1.4.2" # Required by black, but Pipenv doesn't pull it in correctly on 3.8

[packages]
pip = "<24.1.0"
bleach = "~=3.3.0"
celery = "~=5.0.5"
channels = "~=3.0.3"
Expand Down

0 comments on commit e8574b5

Please sign in to comment.