tonik 0.0.7__tar.gz → 0.0.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tonik
3
- Version: 0.0.7
3
+ Version: 0.0.9
4
4
  Summary: Store time series data as HDF5 files and access them through an API.
5
5
  Project-URL: Homepage, https://tsc-tools.github.io/tonik
6
6
  Project-URL: Issues, https://github.com/tsc-tools/tonik/issues
@@ -20,6 +20,7 @@ Requires-Dist: pandas>=2.0
20
20
  Requires-Dist: python-json-logger>=2.0
21
21
  Requires-Dist: uvicorn[standard]>=0.22
22
22
  Requires-Dist: xarray>=2023.4
23
+ Requires-Dist: zarr
23
24
  Provides-Extra: dev
24
25
  Requires-Dist: mkdocs; extra == 'dev'
25
26
  Requires-Dist: mkdocs-jupyter; extra == 'dev'