-
-
Notifications
You must be signed in to change notification settings - Fork 183
/
Copy pathrequirements-dev.in
31 lines (26 loc) · 955 Bytes
/
requirements-dev.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
### relevant botocore dev dependencies (from https://github.com/boto/botocore/blob/develop/requirements-dev.txt)
# wheel==0.43.0
# behave==1.2.5
# jsonschema==4.21.1
coverage==7.2.7
# setuptools==71.1.0;python_version>="3.12"
# packaging==24.1;python_version>="3.12" # Requirement for setuptools>=71
# Pytest specific deps
pytest==8.1.1
pytest-cov==5.0.0
pytest-xdist==3.5.0
# atomicwrites>=1.0 # Windows requirement
# colorama>0.3.0 # Windows requirement
### aiobotocore dev dependencies
dill~=0.3.3 # Used in test_patches.py
docker~=7.1
docutils~=0.16 # Used in test_version.py
moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9
packaging~=24.1 # Used in test_version.py
pip~=24.3.1 # Used in test_version.py
pre-commit~=3.5.0
pytest-asyncio~=0.23.8
requests~=2.32.3 # Used in test_version.py
time-machine~=2.15.0
tomli; python_version < "3.11" # Used in test_version.py
werkzeug~=3.0.6 # Used in moto_server.py