Skip to content

Commit 69430ef

Browse files
committed
Move amaranth-boards to development dependencies
1 parent 40a7173 commit 69430ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ dependencies = [
1111
"luna-usb @ git+https://github.com/lambdaconcept/luna.git",
1212
"amaranth >= 0.4, < 0.5",
1313
"amaranth-stdio @ git+https://github.com/amaranth-lang/amaranth-stdio@8ebce9bc535f96a0f479a53f1fa000bff71aceb8",
14-
"amaranth-boards @ git+https://github.com/amaranth-lang/amaranth-boards.git",
1514
"amaranth-soc @ git+https://github.com/amaranth-lang/amaranth-soc@7b52e9351b1f74a8e727d12f3a91469796aaa0ad",
1615
]
1716
requires-python = ">=3.9"
@@ -31,4 +30,5 @@ test = [
3130
"lambdasoc @ git+https://github.com/lambdaconcept/lambdasoc",
3231
"minerva @ git+https://github.com/minerva-cpu/minerva",
3332
"setuptools",
33+
"amaranth-boards @ git+https://github.com/amaranth-lang/amaranth-boards.git",
3434
]

0 commit comments

Comments
 (0)