forked from snowflakedb/snowflake-connector-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
113 lines (108 loc) · 3.47 KB
/
setup.cfg
File metadata and controls
113 lines (108 loc) · 3.47 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[metadata]
name = snowflake-connector-python
description = Snowflake Connector for Python
long_description = file: DESCRIPTION.md
long_description_content_type = text/markdown
url = https://www.snowflake.com/
author = Snowflake, Inc
author_email = snowflake-python-libraries-dl@snowflake.com
license = Apache-2.0
license_files = LICENSE.txt, NOTICE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Other Environment
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: SQL
Topic :: Database
Topic :: Scientific/Engineering :: Information Analysis
Topic :: Software Development
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
keywords = Snowflake db database cloud analytics warehouse
project_urls =
Documentation=https://docs.snowflake.com/en/user-guide/python-connector.html
Source=https://github.com/snowflakedb/snowflake-connector-python
Issues=https://github.com/snowflakedb/snowflake-connector-python/issues
Changelog=https://github.com/snowflakedb/snowflake-connector-python/blob/main/DESCRIPTION.md
[options]
python_requires = >=3.9
packages = find_namespace:
install_requires =
# Make sure to update ci/anaconda/recipe/meta.yaml accordingly when there is dependency set update.
# [boto] extension is added by default unless SNOWFLAKE_NO_BOTO variable is set
# check setup.py
asn1crypto>0.24.0,<2.0.0
cryptography>=44.0.1
pyOpenSSL>=24.0.0,<26.0.0
pyjwt>=2.10.1,<3.0.0
pytz
requests>=2.32.4,<3.0.0
packaging
charset_normalizer>=2,<4
idna>=3.7,<4
urllib3>=1.26.5,<2.0.0; python_version < '3.10'
certifi>=2024.7.4
typing_extensions>=4.3,<5
filelock>=3.5,<4
sortedcontainers>=2.4.0
platformdirs>=2.6.0,<5.0.0
tomlkit
include_package_data = True
package_dir =
=src
zip_safe = False
[options.packages.find]
where = src
exclude = snowflake.connector.cpp*
include = snowflake.*
[options.package_data]
snowflake.connector.minicore =
*.so
*.dll
*.dylib
*.a
[options.entry_points]
console_scripts =
snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main
snowflake-dump-certs = snowflake.connector.tool.dump_certs:main
[options.extras_require]
boto =
boto3>=1.24
botocore>=1.24
development =
Cython
coverage
mitmproxy>=6.0.0; python_version >= '3.10'
more-itertools
numpy<=2.2.4
pendulum!=2.1.1
pexpect
pytest<7.5.0
pytest-asyncio
pytest-cov
pytest-rerunfailures<16.0
pytest-timeout
pytest-xdist
pytzdata
responses
pandas =
pandas>=1.0.0,<3.0.0; python_version < '3.13'
pandas>=2.1.2,<3.0.0; python_version >= '3.13'
pyarrow>=14.0.1
secure-local-storage =
keyring>=23.1.0,<26.0.0