Skip to content

Commit

Permalink
docs: add references to pip-compile bug to explain things better
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Mar 30, 2024
1 parent 9652502 commit 3b0d0b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ dev = [
# because if it depends on `g2p[api]` then we end up with
# `g2p==SOMEVERSION` in requirements.txt and we DO NOT want that to
# happen.
# See https://github.com/jazzband/pip-tools/issues/2002
# See https://github.com/juftin/hatch-pip-compile/issues/78
prod = [
"gunicorn>=21.1.0",
]
Expand Down Expand Up @@ -132,6 +134,7 @@ features = [ "api", "prod" ]
type = "pip-compile"
python = "3.10"
lock-filename = "requirements.txt"
pip-compile-verbose = false

[tool.hatch.envs.prod.scripts]
serve = "gunicorn --worker-class eventlet -w 1 g2p.app:APP --no-sendfile"
Expand Down

0 comments on commit 3b0d0b9

Please sign in to comment.