Skip to content

Commit 1397f15

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

requirements-dev.in

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# jsonschema==4.21.1
66
coverage==7.2.7
77
# setuptools==71.1.0;python_version>="3.12"
8-
# packaging==24.1;python_version>="3.12" # Requirement for setuptools>=71
8+
packaging==24.1;python_version>="3.12" # Requirement for setuptools>=71
99

1010
# Pytest specific deps
1111
pytest==8.1.1
@@ -17,10 +17,14 @@ 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+
pip~=24.3.1 # Used in test_version.py
2325
pre-commit~=3.5.0
2426
pytest-asyncio~=0.23.8
27+
requests~=2.32.3 # Used in test_version.py
2528
time-machine~=2.15.0
26-
tomli; python_version < "3.11" # Requirement for tests/test_version.py
29+
tomli; python_version < "3.11" # Used in test_version.py
30+
werkzeug~=3.0.6 # Used in moto_server.py

0 commit comments

Comments
 (0)