Skip to content

Commit 0e31b43

Browse files
Add anyio back in
1 parent f2d0587 commit 0e31b43

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautif
2828
name = "TeX-Bot-Py-V2"
2929
requires-python = ">=3.12,<3.13" # TODO: Allow Python 3.13 once py-cord makes a new release with support for it
3030
version = "0.1.0"
31+
dependencies = [
32+
"anyio>=4.9.0",
33+
]
3134

3235

3336
[tool.pytest.ini_options]

uv.lock

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