Skip to content

Commit 10a2fbd

Browse files
committed
add missing dev dependencies to requirements-dev.in
1 parent 9735415 commit 10a2fbd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

requirements-dev.in

+7-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ pytest-xdist==3.5.0
1717

1818
### aiobotocore dev dependencies
1919

20-
dill~=0.3.3 # Requirement for tests/test_patches.py
20+
dill~=0.3.3 # Used in test_patches.py
2121
docker~=7.1
22+
docutils~=0.16 # Used in test_version.py
2223
moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9
24+
packaging~=24.1 # Used in test_version.py
25+
pip~=24.3.1 # Used in test_version.py
2326
pre-commit~=3.5.0
2427
pytest-asyncio~=0.23.8
28+
requests~=2.32.3 # Used in test_version.py
2529
time-machine~=2.15.0
26-
tomli; python_version < "3.11" # Requirement for tests/test_version.py
30+
tomli; python_version < "3.11" # Used in test_version.py
31+
werkzeug~=3.0.6 # Used in moto_server.py

0 commit comments

Comments
 (0)