Skip to content

Commit 8cc78b7

Browse files
committed
add sniffio to litestar deps
1 parent 7420c86 commit 8cc78b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

scripts/populate_tox/config.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,13 @@
235235
"litestar": {
236236
"package": "litestar",
237237
"deps": {
238-
"*": ["pytest-asyncio", "python-multipart", "requests", "cryptography"],
238+
"*": [
239+
"pytest-asyncio",
240+
"python-multipart",
241+
"requests",
242+
"cryptography",
243+
"sniffio",
244+
],
239245
"<2.7": ["httpx<0.28"],
240246
},
241247
},

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ deps =
720720
litestar: python-multipart
721721
litestar: requests
722722
litestar: cryptography
723+
litestar: sniffio
723724
litestar-v2.0.1: httpx<0.28
724725
litestar-v2.6.4: httpx<0.28
725726

0 commit comments

Comments
 (0)