Skip to content

Commit

Permalink
improve structure of requirements-dev.in
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 23, 2024
1 parent b2f2b89 commit 18c27a2
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,16 +1,30 @@
### 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 # 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
tomli; python_version < "3.11" # Requirement for tests/test_version.py

# this is needed for test_patches
dill~=0.3.3

# this is needed for test_version
tomli; python_version < "3.11"
### (editable) aiobotocore along with dependencies and extra dependencies

-e .[awscli,boto3]

0 comments on commit 18c27a2

Please sign in to comment.