|
9 | 9 | 'python_dateutil >= 2.5.3', |
10 | 10 | 'setuptools >= 21.0.0', |
11 | 11 | 'urllib3 >= 1.26.0', |
12 | | - 'pyarrow' |
| 12 | + 'pyarrow >= 8.0.0' |
13 | 13 | ] |
14 | 14 |
|
15 | 15 | with open("./README.md", "r", encoding="utf-8") as fh: |
@@ -45,14 +45,13 @@ def get_version(): |
45 | 45 | author_email='contact@influxdata.com', |
46 | 46 | url='https://github.com/InfluxCommunity/influxdb3-python', |
47 | 47 | packages=find_packages(exclude=['tests', 'tests.*', 'examples', 'examples.*']), |
48 | | - extras_require={'pandas': ['pandas']}, |
| 48 | + extras_require={'pandas': ['pandas'], 'polars': ['polars'], 'dataframe': ['pandas', 'polars']}, |
49 | 49 | install_requires=requires, |
| 50 | + python_requires='>=3.7', |
50 | 51 | classifiers=[ |
51 | 52 | 'Development Status :: 4 - Beta', |
52 | 53 | 'Intended Audience :: Developers', |
53 | 54 | 'License :: OSI Approved :: MIT License', |
54 | | - 'Programming Language :: Python :: 3', |
55 | | - 'Programming Language :: Python :: 3.6', |
56 | 55 | 'Programming Language :: Python :: 3.7', |
57 | 56 | 'Programming Language :: Python :: 3.8', |
58 | 57 | 'Programming Language :: Python :: 3.9', |
|
0 commit comments