1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 21:38:27 +00:00

Add requests dependency to pyproject.toml

This commit is contained in:
Wilhelm Schonfeldt 2025-09-26 09:37:58 +02:00
parent 1d79ec4f5a
commit 22c8f8310e

View file

@ -30,6 +30,7 @@ dependencies = [
"pydantic-extra-types>=2.10.5",
"litestar[standard,brotli]>=2.17.0",
"click<=8.1.7",
"requests>=2.26.0",
]
readme = "README.md"
requires-python = ">= 3.13,<4.0"