Skip to content

Commit 10ecbe3

Browse files
committed
Add attrs as a requirement
1 parent fe24386 commit 10ecbe3

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
license = { text = "placeholder" }
99
requires-python = ">=3.9"
1010
dependencies = [
11+
"attrs>=25.3.0",
1112
]
1213
readme = "README.md"
1314
classifiers = [

requirements-incl-optional-locked.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements-incl-optional-locked.txt --no-hashes --no-dev --no-emit-project --all-extras
3+
attrs==25.3.0
34
contourpy==1.3.0 ; python_full_version < '3.10'
45
contourpy==1.3.2 ; python_full_version == '3.10.*'
56
contourpy==1.3.3 ; python_full_version >= '3.11'

requirements-locked.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export -o requirements-locked.txt --no-hashes --no-dev --no-emit-project
3+
attrs==25.3.0

uv.lock

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)