Skip to content

Commit

Permalink
extract upstream dev dependencies into requirements-dev-botocore.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 23, 2024
1 parent 3b5a851 commit 65db75e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
15 changes: 15 additions & 0 deletions requirements-dev-botocore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# from botocore/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
14 changes: 4 additions & 10 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
-r requirements-dev-botocore.txt

codecov~=2.1.13
coverage==7.2.7
dill~=0.3.3 # Requirement for tests/test_patches.py
docker~=7.1
moto[server,s3,sqs,awslambda,dynamodb,cloudformation,sns,batch,ec2,rds]~=4.2.9
pre-commit~=3.5.0
pytest==8.1.1
pytest-cov==5.0.0
pytest-asyncio~=0.23.8
pytest-xdist==3.5.0

# this is needed for test_patches
dill~=0.3.3

# this is needed for test_version
tomli; python_version < "3.11"
tomli; python_version < "3.11" # Requirement for tests/test_version.py

-e .[awscli,boto3]

0 comments on commit 65db75e

Please sign in to comment.