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:
parent
1d79ec4f5a
commit
22c8f8310e
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue