Skip to content

Commit 660738a

Browse files
committed
add httpx dep to tests
1 parent 934316a commit 660738a

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

requirements/test.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pytest
2+
httpx

requirements/test.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile ./test.in --output-file ./test.txt --no-strip-extras --python-version 3.10
3+
anyio==4.7.0
4+
# via httpx
5+
certifi==2024.12.14
6+
# via
7+
# httpcore
8+
# httpx
39
exceptiongroup==1.2.2
4-
# via pytest
10+
# via
11+
# anyio
12+
# pytest
13+
h11==0.14.0
14+
# via httpcore
15+
httpcore==1.0.7
16+
# via httpx
17+
httpx==0.28.1
18+
# via -r ./test.in
19+
idna==3.10
20+
# via
21+
# anyio
22+
# httpx
523
iniconfig==2.0.0
624
# via pytest
725
packaging==24.2
@@ -10,5 +28,9 @@ pluggy==1.5.0
1028
# via pytest
1129
pytest==8.3.4
1230
# via -r ./test.in
31+
sniffio==1.3.1
32+
# via anyio
1333
tomli==2.2.1
1434
# via pytest
35+
typing-extensions==4.12.2
36+
# via anyio

0 commit comments

Comments
 (0)