Skip to content

Commit 7893645

Browse files
author
cheginit
committed
LNT: Run pre-commit [skip ci]
1 parent cd306cf commit 7893645

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

py3dep/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
from pathlib import Path
55

6+
import click
67
import geopandas as gpd
78
import pandas as pd
8-
import rich_click as click
99

1010
from . import py3dep
1111
from .exceptions import InputTypeError, MissingColumnError, MissingCRSError

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ project_urls =
3535
[options]
3636
packages = find:
3737
install_requires =
38-
async-retriever>=0.3.6
38+
async-retriever>=0.3.7
39+
click>=0.7
3940
cytoolz
4041
numpy>=1.17
41-
pygeoogc>=0.13.7
42-
pygeoutils>=0.13.7
42+
pygeoogc>=0.13.8
43+
pygeoutils>=0.13.10
4344
rasterio>=1.2
44-
rich-click>=1.6
4545
rioxarray>=0.11
4646
scipy
4747
shapely>=1.8

0 commit comments

Comments
 (0)