Skip to content

Commit

Permalink
update pyproject with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
x0r committed Nov 9, 2024
1 parent 43a518f commit 0dc6b7c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ description = "Masm2c is a 16-bit assembly to C++ translator"
authors = [
{name = "xor2003", email = "xor2003@gmx.com"},
]
dependencies = ["lark","jsonpickle"]
dependencies = [
"jsonpickle>=3.4.2",
"lark>=1.2.2",
]
requires-python = ">=3.9"
readme = "README.md"
license = {text = "GPL"}
Expand All @@ -28,6 +31,13 @@ classifiers = [
"Operating System :: OS Independent"
]

[project.optional-dependencies]
dev = [
"coverage>=7.6.4",
"mock>=5.1.0",
"pytest>=8.3.3",
]

[project.urls]
Homepage = "https://github.com/xor2003/masm2c"

Expand Down

0 comments on commit 0dc6b7c

Please sign in to comment.