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 f466ef9 commit dca4793Copy full SHA for dca4793
dev-requirements.txt
@@ -20,10 +20,13 @@ numpy; python_version<"3.10"
20
pandas; python_version<"3.10"
21
22
# Testing the 'search_mvt' API response
23
-mapbox-vector-tile; python_version<"3.10"
+mapbox-vector-tile
24
+# Python 3.7 gets an old version of mapbox-vector-tile, requiring an
25
+# old version of protobuf
26
+protobuf<4; python_version<="3.7"
27
28
# Docs
29
# Override Read the Docs default (sphinx<2 and sphinx-rtd-theme<0.5)
30
sphinx>2
31
sphinx-rtd-theme>0.5
-sphinx-autodoc-typehints
32
+sphinx-autodoc-typehints
0 commit comments