-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.in
46 lines (44 loc) · 1.47 KB
/
requirements.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
azure-identity==1.18.0
azure-mgmt-storage==21.2.1
azure-storage-blob==12.23.0
boto3==1.34.151
cryptography>=43.0.1
databricks-sql-connector==3.5.0
databricks-sdk==0.39.0
dataclasses-json==0.6.0
duckdb==0.10.3
flask==2.3.3
flask-compress==1.14
google-api-python-client==2.98.0
google-cloud-storage==2.10.0
gunicorn==22.0.0
hdbcli==2.18.27
jinja2>=3.1.5
lambda-git==0.1.1
looker-sdk==24.2.0
msal==1.31.0
numpy<2.0.0 # prevent "numpy.dtype size changed" errors: https://github.com/numpy/numpy/issues/26710
oracledb>=2.4.1
presto-python-client==0.8.3
protobuf<5.0.0dev # from google-cloud-logging in requirements-cloudrun
psycopg2-binary==2.9.9
pyarrow==14.0.1 # CVE-2023-47248
pycryptodome>=3.19.1
pyjwt>=2.8.0
PyMySQL>=1.1.1
pyodbc==5.0.1
pyOpenSSL>=24.2.1
requests>=2.32.0
RestrictedPython==7.4
retry2==0.9.5
snowflake-connector-python>=3.12.3
# python_version conditions below to resolve urllib3 compatibility issues with snowflake-connector-python
tableauserverclient==0.25 ; python_version < "3.10"
# using master branch to get urllib3 dependency updated to ==2.2.2, switch to v0.32 when released
tableauserverclient @ git+https://github.com/tableau/server-client-python.git@master ; python_version >= "3.10"
teradatasql>=20.0.0.15
oscrypto @ git+https://github.com/wbond/oscrypto@master
# Note this is a beta version of impyla that is needed in order to support HTTPS connections on python 3.12.
# It should be updated to stable version 0.20.0 once that is released.
impyla==0.20a1
werkzeug==3.1.0