Skip to content

Commit 5ac4786

Browse files
committed
Moved project.optional-dependencies.dev to requirements-dev.txt to support uv lock runtime deps only since py req differs
1 parent d568e5e commit 5ac4786

32 files changed

Lines changed: 92 additions & 155 deletions

ai-personas/pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,6 @@ Issues = "https://github.com/KudoAI/ai-personas/issues"
9393
Releases = "https://github.com/KudoAI/ai-personas/releases"
9494
Repository = "https://github.com/KudoAI/ai-personas"
9595

96-
[project.optional-dependencies]
97-
dev = [
98-
"find-project-root>=2.2.0,<3",
99-
"nox>=2026.4.10",
100-
"pre-commit>=4.5.1,<5",
101-
"tomli>=2.4.1,<3",
102-
"tomli-w>=1.2.0,<2",
103-
]
104-
10596
[tool.setuptools.packages.find]
10697
where = [
10798
"src",

ai-personas/requirements-dev.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
find-project-root>=2.2.0,<3
2+
nox>=2026.4.10
3+
pre-commit>=4.5.1,<5
4+
tomli>=2.4.1,<3
5+
tomli-w>=1.2.0,<2
6+
uv>=0.11.10,<1

computer-languages/pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,6 @@ Issues = "https://github.com/adamlui/python-utils/issues"
107107
Releases = "https://github.com/adamlui/python-utils/releases"
108108
Repository = "https://github.com/adamlui/python-utils"
109109

110-
[project.optional-dependencies]
111-
dev = [
112-
"find-project-root>=2.2.0,<3",
113-
"nox>=2026.4.10",
114-
"pre-commit>=4.5.1,<5",
115-
"tomli>=2.4.1,<3",
116-
"tomli-w>=1.2.0,<2",
117-
]
118-
119110
[tool.setuptools.packages.find]
120111
where = [
121112
"src",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
find-project-root>=2.2.0,<3
2+
nox>=2026.4.10
3+
pre-commit>=4.5.1,<5
4+
tomli>=2.4.1,<3
5+
tomli-w>=1.2.0,<2

data-languages/pyproject.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,6 @@ Issues = "https://github.com/adamlui/python-utils/issues"
7979
Releases = "https://github.com/adamlui/python-utils/releases"
8080
Repository = "https://github.com/adamlui/python-utils"
8181

82-
[project.optional-dependencies]
83-
dev = [
84-
"find-project-root>=2.2.0,<3",
85-
"nox>=2026.4.10",
86-
"pre-commit>=4.5.1,<5",
87-
"tomli>=2.4.1,<3",
88-
"tomli-w>=1.2.0,<2",
89-
]
90-
9182
[tool.setuptools.packages.find]
9283
where = [
9384
"src",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
find-project-root>=2.2.0,<3
2+
nox>=2026.4.10
3+
pre-commit>=4.5.1,<5
4+
tomli>=2.4.1,<3
5+
tomli-w>=1.2.0,<2

find-project-root/pyproject.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,6 @@ projectroot = "find_project_root.cli.__main__:main"
8181
getprojectroot = "find_project_root.cli.__main__:main"
8282
findprojectroot = "find_project_root.cli.__main__:main"
8383

84-
[project.optional-dependencies]
85-
dev = [
86-
"nox>=2026.4.10",
87-
"pre-commit>=4.5.1,<5",
88-
"remove-json-keys>=1.10.1,<2",
89-
"tomli>=2.4.1,<3",
90-
"tomli-w>=1.2.0,<2",
91-
"translate-messages>=1.10.1,<2",
92-
]
93-
9484
[tool.setuptools.packages.find]
9585
where = [
9686
"src",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
nox>=2026.4.10
2+
pre-commit>=4.5.1,<5
3+
remove-json-keys>=1.10.1,<2
4+
tomli>=2.4.1,<3
5+
tomli-w>=1.2.0,<2
6+
translate-messages>=1.10.1,<2

get-min-py/pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@ getminver = "get_min_py.cli.__main__:main"
9292
checkminpy = "get_min_py.cli.__main__:main"
9393
checkminver = "get_min_py.cli.__main__:main"
9494

95-
[project.optional-dependencies]
96-
dev = [
97-
"find-project-root>=2.2.0,<3",
98-
"nox>=2026.4.10",
99-
"pre-commit>=4.5.1,<5",
100-
"remove-json-keys>=1.10.1,<2",
101-
"tomli>=2.4.1,<3",
102-
"tomli-w>=1.2.0,<2",
103-
"translate-messages>=1.10.1,<2",
104-
]
105-
10695
[tool.setuptools.packages.find]
10796
where = [
10897
"src",

get-min-py/requirements-dev.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
find-project-root>=2.2.0,<3
2+
nox>=2026.4.10
3+
pre-commit>=4.5.1,<5
4+
remove-json-keys>=1.10.1,<2
5+
tomli>=2.4.1,<3
6+
tomli-w>=1.2.0,<2
7+
translate-messages>=1.10.1,<2

0 commit comments

Comments
 (0)