Skip to content

Commit

Permalink
add build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Oct 30, 2024
1 parent 1a4c35e commit 30e401a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "osrs"
version = "0.0.12"
version = "0.0.13"
authors = [
{ name="extreme4all"},
]
Expand All @@ -24,6 +24,7 @@ dependencies = [

[dependency-groups]
dev = [
"build>=1.2.2.post1",
"pyright>=1.1.387",
"pytest-asyncio>=0.24.0",
"pytest-cov>=6.0.0",
Expand Down
48 changes: 48 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30e401a

Please sign in to comment.