terrakio-core 0.1.9__tar.gz → 0.2.0__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.

Potentially problematic release.


This version of terrakio-core might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.1.9
3
+ Version: 0.2.0
4
4
  Summary: Core components for Terrakio API clients
5
5
  Home-page: https://github.com/HaizeaAnalytics/terrakio-python-api
6
6
  Author: Yupeng Chao
@@ -18,6 +18,7 @@ Classifier: Development Status :: 4 - Beta
18
18
  Requires-Python: >=3.7
19
19
  Description-Content-Type: text/markdown
20
20
  Requires-Dist: requests>=2.25.0
21
+ Requires-Dist: aiohttp>=3.8.0
21
22
  Requires-Dist: pyyaml>=5.1
22
23
  Requires-Dist: xarray>=2023.1.0
23
24
  Requires-Dist: shapely>=2.0.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "terrakio-core"
7
- version = "0.1.9"
7
+ version = "0.2.0"
8
8
  authors = [
9
9
  {name = "Yupeng Chao", email = "yupeng@haizea.com.au"},
10
10
  ]
@@ -23,6 +23,7 @@ classifiers = [
23
23
  ]
24
24
  dependencies = [
25
25
  "requests>=2.25.0",
26
+ "aiohttp>=3.8.0",
26
27
  "pyyaml>=5.1",
27
28
  "xarray>=2023.1.0",
28
29
  "shapely>=2.0.0",
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages # Make sure to import find_packages
2
2
 
3
3
  setup(
4
4
  name="terrakio_core",
5
- version="0.1.9",
5
+ version="0.2.0",
6
6
  author="Yupeng Chao",
7
7
  author_email="yupeng@haizea.com.au",
8
8
  description="Core components for Terrakio API clients",