Skip to content

Commit

Permalink
perf: remove soundswallower from Heroku reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 29, 2025
1 parent 9abccd8 commit 9e4becd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bin/post_compile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

# Heroku expects to run your app in place, but doesn't actually do this for you
pip install -e .
pip install -e . --no-deps
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ requests==2.32.3
# via hatch.envs.prod
sniffio==1.3.1
# via anyio
soundswallower==0.6.5
# via hatch.envs.prod
starlette==0.41.3
# via fastapi
Expand Down

0 comments on commit 9e4becd

Please sign in to comment.