We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd306cf commit 7893645Copy full SHA for 7893645
py3dep/cli.py
@@ -3,9 +3,9 @@
3
4
from pathlib import Path
5
6
+import click
7
import geopandas as gpd
8
import pandas as pd
-import rich_click as click
9
10
from . import py3dep
11
from .exceptions import InputTypeError, MissingColumnError, MissingCRSError
setup.cfg
@@ -35,13 +35,13 @@ project_urls =
35
[options]
36
packages = find:
37
install_requires =
38
- async-retriever>=0.3.6
+ async-retriever>=0.3.7
39
+ click>=0.7
40
cytoolz
41
numpy>=1.17
- pygeoogc>=0.13.7
42
- pygeoutils>=0.13.7
+ pygeoogc>=0.13.8
43
+ pygeoutils>=0.13.10
44
rasterio>=1.2
- rich-click>=1.6
45
rioxarray>=0.11
46
scipy
47
shapely>=1.8
0 commit comments