-
Notifications
You must be signed in to change notification settings - Fork 473
/
setup.cfg
98 lines (94 loc) · 3.01 KB
/
setup.cfg
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
[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.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
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.8
packages = find_namespace:
install_requires =
asn1crypto>0.24.0,<2.0.0
cffi>=1.9,<2.0.0
cryptography>=3.1.0
pyOpenSSL>=16.2.0,<25.0.0
pyjwt<3.0.0
pytz
requests<3.0.0
importlib-metadata; python_version < '3.8'
packaging
charset_normalizer>=2,<4
idna>=2.5,<4
urllib3>=1.21.1,<2.0.0; python_version < '3.10'
certifi>=2017.4.17
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.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]
development =
Cython
coverage
more-itertools
numpy<1.27.0
pendulum!=2.1.1
pexpect
pytest<7.5.0
pytest-cov
pytest-rerunfailures
pytest-timeout
pytest-xdist
pytzdata
pandas =
pandas>=1.0.0,<3.0.0
pyarrow
secure-local-storage =
keyring>=23.1.0,<26.0.0