Skip to content

Commit 80417cd

Browse files
committed
uv - add types libraries
1 parent 591ef2a commit 80417cd

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,12 @@ ignore_missing_imports = true
6767
[[tool.mypy.overrides]]
6868
module = "termcolor.*"
6969
ignore_missing_imports = true
70+
71+
[dependency-groups]
72+
dev = [
73+
"types-pyperclip>=1.9.0.20250801",
74+
"types-python-dateutil>=2.9.0.20251115",
75+
"types-pyyaml>=6.0.12.20250915",
76+
"types-requests>=2.32.4.20250913",
77+
"types-tqdm>=4.67.0.20250809",
78+
]

uv.lock

Lines changed: 69 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)