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 e3a12fa commit 805192dCopy full SHA for 805192d
setup.py
@@ -34,14 +34,14 @@
34
REQUIRES_PYTHON = ">=3.0"
35
HERE = os.path.abspath(os.path.dirname(__file__))
36
REQUIREMENTS = [
37
- "mapbox-vector-tile",
38
- "mercantile",
39
- "requests",
40
- "vt2geojson",
41
- "haversine",
42
- "shapely",
43
- "turfpy",
44
- "geojson",
+ "mapbox-vector-tile>=2.1.0",
+ "mercantile>=1.2.1",
+ "requests>=2.25.1",
+ "vt2geojson>=0.2.1",
+ "haversine>=2.3.1",
+ "shapely>=2.1.0",
+ "turfpy>=0.0.7",
+ "geojson>=2.5.0",
45
]
46
CLASSIFIERS = [
47
"Development Status :: 5 - Production/Stable",
0 commit comments