Skip to content

Commit

Permalink
Point to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bamader committed Jun 13, 2023
1 parent fd2393d commit 8248215
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion containers/alerts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ azure-identity
typing_extensions==4.5.0
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
phdi @ git+https://github.com/CDCgov/phdi@main
uvicorn
httpx
slack_sdk
Expand Down
2 changes: 1 addition & 1 deletion containers/ingestion/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
typing_extensions==4.6.3
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
phdi @ git+https://github.com/CDCgov/phdi@main
uvicorn
httpx
2 changes: 1 addition & 1 deletion containers/message-parser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
typing_extensions==4.5.0
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
phdi @ git+https://github.com/CDCgov/phdi@main
uvicorn
httpx
pytest
Expand Down
2 changes: 1 addition & 1 deletion containers/record-linkage/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ typing_extensions==4.5.0
uvicorn
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
phdi @ git+https://github.com/CDCgov/phdi@main
httpx
pathlib
2 changes: 1 addition & 1 deletion containers/tabulation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
typing_extensions==4.5.0
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
phdi @ git+https://github.com/CDCgov/phdi@main
uvicorn
httpx
pytest
Expand Down
2 changes: 1 addition & 1 deletion containers/validation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
typing_extensions==4.5.0
pydantic==1.10.9
fastapi==0.96.0
phdi @ git+https://github.com/CDCgov/phdi@updatepython
phdi @ git+https://github.com/CDCgov/phdi@main
uvicorn
httpx
pytest
Expand Down

0 comments on commit 8248215

Please sign in to comment.