Skip to content

Commit a4c27af

Browse files
authored
Merge pull request #115 from mapillary/Rubix982/Windows-Release-Fix
[Release] `mapillary` Windows installation/release fix
2 parents 4f7d7a2 + e450afe commit a4c27af

File tree

3 files changed

+307
-124
lines changed

3 files changed

+307
-124
lines changed

Pipfile

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@ psutil = "==5.8.0"
2828
py = "==1.10.0"
2929
pyclipper = "==1.2.1"
3030
pyparsing = "==2.4.7"
31-
pytest = "==6.2.4"
32-
pytest-arraydiff = "==0.3"
33-
pytest-astropy = "==0.8.0"
34-
pytest-astropy-header = "==0.1.2"
35-
pytest-cov = "==2.12.1"
36-
pytest-doctestplus = "==0.9.0"
37-
pytest-filter-subpackage = "==0.1.1"
38-
pytest-openfiles = "==0.5.0"
39-
pytest-remotedata = "==0.3.2"
40-
readme-renderer = "==29.0"
4131
requests = "==2.25.1"
4232
requests-toolbelt = "==0.9.1"
4333
six = "==1.16.0"
@@ -48,14 +38,26 @@ urllib3 = "==1.26.5"
4838
vt2geojson = "==0.2.1"
4939
webencodings = "==0.5.1"
5040
Pygments = "==2.9.0"
51-
haversine = "*"
52-
python-dotenv = "*"
53-
shapely = "*"
54-
turfpy = "*"
55-
geojson = "*"
56-
build = "*"
41+
haversine = "==2.3.1"
42+
python-dotenv = "==0.19.0"
43+
shapely = "==1.7.1"
44+
turfpy = "==0.0.7"
45+
geojson = "==2.5.0"
46+
pip = "==21.2.4"
47+
wheel = "==0.37.0"
48+
build = "==0.6.0.post1"
5749

5850
[dev-packages]
51+
pytest = "==6.2.4"
52+
pytest-arraydiff = "==0.3"
53+
pytest-astropy = "==0.8.0"
54+
pytest-astropy-header = "==0.1.2"
55+
pytest-cov = "==2.12.1"
56+
pytest-doctestplus = "==0.9.0"
57+
pytest-filter-subpackage = "==0.1.1"
58+
pytest-openfiles = "==0.5.0"
59+
pytest-remotedata = "==0.3.2"
60+
readme-renderer = "==29.0"
5961
appdirs = "==1.4.4"
6062
black = "==21.6b0"
6163
flake8 = "==3.9.2"
@@ -66,8 +68,6 @@ pycodestyle = "==2.7.0"
6668
pyflakes = "==2.3.1"
6769
regex = "==2021.4.4"
6870
toml = "==0.10.2"
69-
pip = "*"
70-
wheel = "*"
7171
twine = "*"
7272
check-manifest = "*"
7373

0 commit comments

Comments
 (0)