Skip to content

Commit f0f47e0

Browse files
feat: move setup tools to build dependency (#141)
1 parent 7b9e802 commit f0f47e0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Features
66

7-
1. [#142](https://github.com/InfluxCommunity/influxdb3-python/pull/142): Support fast writes without waiting for WAL
7+
1. [#141](https://github.com/InfluxCommunity/influxdb3-python/pull/141) Move "setuptools" package to build dependency.
8+
2. [#142](https://github.com/InfluxCommunity/influxdb3-python/pull/142): Support fast writes without waiting for WAL
89
persistence:
910
- New write option (`WriteOptions.no_sync`) added: `True` value means faster write but without the confirmation that
1011
the data was persisted. Default value: `False`.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=21.0.0"]
3+
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
'reactivex >= 4.0.4',
77
'certifi >= 14.05.14',
88
'python_dateutil >= 2.5.3',
9-
'setuptools >= 21.0.0',
109
'urllib3 >= 1.26.0',
1110
'pyarrow >= 8.0.0'
1211
]

0 commit comments

Comments
 (0)