Skip to content

Commit

Permalink
Remove pip from direct dependencies
Browse files Browse the repository at this point in the history
- It should only be added if `--no-optional` is used in prod, which it
  isn't
  • Loading branch information
henrikhorluck committed Oct 16, 2023
1 parent 4c09587 commit e8d10e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ zappa = { version = "~0.58", optional = true }
django-storages = { version = "~1.14", extras = ["s3"], optional = true }
# psyco postgresql
psycopg2-binary = { version = "~2.9", optional = true }
pip = "^23.2.1"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e8d10e8

Please sign in to comment.