-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
24 lines (24 loc) · 1005 Bytes
/
requirements.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
attrs==24.3.0
aws-requests-auth==0.4.3
bdbag==1.7.3
boto3==1.35.84 # Match version of the `boto3-stubs` dev dependency
botocore==1.35.84
chevron==0.14.0
deprecated==1.2.15
elasticsearch==7.17.12 # 7.x to match server-side
elasticsearch-dsl==7.4.1 # 7.x to match server-side
fastavro==1.9.7
furl==2.1.3
google-api-core==2.24.0
google-auth[pyopenssl]==2.37.0
google-cloud-bigquery==3.13.0 # < 3.14.0, see https://github.com/DataBiosphere/azul/issues/6709
http-message-signatures==0.5.0
jmespath==1.0.1
more-itertools==10.5.0
msgpack==1.1.0
requests==2.32.3
rsa==4.7.2 # < 4.8, see https://github.com/DataBiosphere/azul/issues/6774. Resolve build-time dependency ambguity
setuptools==75.6.0 # Match requirements.pip.txt. Python 3.12 removed distutils, which we depended on transitively. Luckily, setuptools includes a vendored copy.
urllib3==1.26.20 # < 2, see https://github.com/DataBiosphere/azul/issues/6777, match with types-urllib in requirements.dev.txt
werkzeug==3.1.3
-r requirements.trans.txt