Skip to content

Commit

Permalink
Adds burr-tracking target to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Feb 21, 2024
1 parent bef8c01 commit 078a1dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ tracking-server = [
"pydantic",
"fastapi-pagination",
"aiofiles"
]

tracking = [
"burr[tracking-client]",
"burr[tracking-server]"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 078a1dc

Please sign in to comment.