-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the api reqs and test Procfile in CI
Minimally run the command in Procfile in CI, with two trivial queries. Unit testing covers the API calls in a more efficient way, but we also want to make sure the command in Procfile remains functional.
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# These are dependencies required by the production Web API | ||
# gunivorn is only available on *nix, but it's only required for production deployments | ||
gunicorn | ||
gunicorn>=22.0.0 | ||
# uvicorn works on all platforms and is required for both dev and prod deployments | ||
uvicorn | ||
uvicorn>=0.30.1 | ||
# For deployment on Heroku, we want the latest g2p off GitHub | ||
g2p @ git+https://github.com/roedoejet/g2p.git@main |