Skip to content

Commit 805192d

Browse files
committed
Update dependency versions in setup.py
1 parent e3a12fa commit 805192d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
REQUIRES_PYTHON = ">=3.0"
3535
HERE = os.path.abspath(os.path.dirname(__file__))
3636
REQUIREMENTS = [
37-
"mapbox-vector-tile",
38-
"mercantile",
39-
"requests",
40-
"vt2geojson",
41-
"haversine",
42-
"shapely",
43-
"turfpy",
44-
"geojson",
37+
"mapbox-vector-tile>=2.1.0",
38+
"mercantile>=1.2.1",
39+
"requests>=2.25.1",
40+
"vt2geojson>=0.2.1",
41+
"haversine>=2.3.1",
42+
"shapely>=2.1.0",
43+
"turfpy>=0.0.7",
44+
"geojson>=2.5.0",
4545
]
4646
CLASSIFIERS = [
4747
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)