# Copyright (c) 2016-present, CloudZero, Inc. All rights reserved.
# Licensed under the BSD-style license. See LICENSE file in the project root for full license information.

snowflake-connector-python==2.6.2

cachetools>=4.2.4
typing-extensions>=3.10.0.2
toolz>=0.11.1
deprecated>=1.2.13
retrying>=1.3.3
pyfaaster>=0.3.3
aws-lambda-powertools==1.21.1

# From the Snowflake Connector recommended pinned versions for Python 3.8
asn1crypto==1.4.0
azure-common==1.1.27
azure-core==1.17.0
azure-storage-blob==12.8.1
boto3==1.18.30
botocore==1.21.30
certifi==2021.5.30
cffi==1.14.6
chardet==4.0.0
charset-normalizer==2.0.4
cryptography==3.4.8
idna==3.2
isodate==0.6.0
jmespath==0.10.0
msrest==0.6.21
oauthlib==3.1.1
oscrypto==1.2.1
pycparser==2.20
pycryptodomex==3.10.1
PyJWT==2.1.0
python-dateutil==2.8.2
pytz==2021.1
requests==2.26.0
requests-oauthlib==1.3.0
s3transfer==0.5.0
six==1.16.0
urllib3==1.26.6

# Snowflake Connector recommends 20.0.1, but this won't work until
# we update the key rotation stuff in infrastructure-core.
# pyOpenSSL==20.0.1
pyOpenSSL==19.1.0
