Skip to content

Commit

Permalink
Merge pull request #49 from Bugazelle/dev
Browse files Browse the repository at this point in the history
[Fix] Add chardet in setup
  • Loading branch information
Bugazelle authored Mar 13, 2022
2 parents 4217ff1 + 100c389 commit 2dd2cbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Export CSV To Influx
## Support:

- Influx 0.x, 1.x
- influx 2.x: Start supporting from 2.0.0
- influx 2.x: Start supporting from 0.2.0

> Important Note: Influx 2.x has build-in csv write feature, it is more powerful: [https://docs.influxdata.com/influxdb/v2.1/write-data/developer-tools/csv/](https://docs.influxdata.com/influxdb/v2.1/write-data/developer-tools/csv/)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def readme():
'influxdb>=5.3.1',
'influxdb-client[ciso]>=1.25.0' if version_info >= (3, 6) else '',
'python-dateutil>=2.8.0',
'chardet>=4.0.0'
],
download_url=download_url,
url=url,
Expand Down
2 changes: 1 addition & 1 deletion src/ExportCsvToInflux/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'

0 comments on commit 2dd2cbb

Please sign in to comment.