Skip to content

Commit

Permalink
Add pyyaml and its type stubs to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed May 9, 2024
1 parent 1418596 commit 88f71d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ uvicorn[standard]
pydantic
pydantic-settings
safir>=5
httpx
# httpx

lsst-felis @ git+https://github.com/lsst/felis@main
pyyaml
types-PyYAML

lsst-felis @ git+https://github.com/lsst/felis@main
3 changes: 3 additions & 0 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,9 @@ typer==0.12.3 \
--hash=sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914 \
--hash=sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482
# via fastapi-cli
types-pyyaml==6.0.12.20240311 \
--hash=sha256:a9e0f0f88dc835739b0c1ca51ee90d04ca2a897a71af79de9aec5f38cb0a5342 \
--hash=sha256:b845b06a1c7e54b8e5b4c683043de0d9caf205e7434b3edc678ff2411979b8f6
typing-extensions==4.11.0 \
--hash=sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0 \
--hash=sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a
Expand Down

0 comments on commit 88f71d1

Please sign in to comment.