-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.dev.txt
31 lines (31 loc) · 1.08 KB
/
requirements.dev.txt
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
atomicwrites==1.4.1
awscli==1.37.5
boto3-stubs-lite[apigateway,cloudwatch,dynamodb,ec2,ecr,es,iam,kms,lambda,s3,secretsmanager,securityhub,sns,sqs,ssm,stepfunctions,sts]==1.36.5 # match this with the version of the `boto3` runtime dendency
coverage==7.6.10
docker==7.1.0
flake8==7.1.1
gevent==24.11.1
git+https://github.com/DataBiosphere/[email protected]+16#egg=chalice
git+https://github.com/hannes-ucsc/[email protected]+1#egg=requirements-parser
gitpython==3.1.44
google-api-python-client==2.159.0
google-cloud-bigquery-reservation==1.15.0
google-cloud-storage==2.19.0
jq==1.8.0
locust==2.32.6
moto[s3,sqs,sns,dynamodb,iam]==5.0.27 # match the extras with the backends listed in AzulUnitTestCase._reset_moto
mypy==1.14.1
openapi-spec-validator==0.7.1
openpyxl==3.1.5
posix_ipc==1.1.1
pygithub==2.5
python-dxf==12.1.0
python-gitlab==5.3.1
pyyaml==6.0.2
responses==0.25.6
strict-rfc3339==0.7
types-chevron==0.14.2 # match with chevron in requirements.txt
types-urllib3==1.26.20 # match with urllib in requirements.txt
watchdog==6.0.0
-r requirements.dev.trans.txt
-r requirements.txt