Skip to content

Commit e450afe

Browse files
committed
Resolved Windows dependency conflicts, new tagged release in setup.py
Signed-off-by: Saif Ul Islam <[email protected]>
1 parent f16ee59 commit e450afe

File tree

3 files changed

+278
-109
lines changed

3 files changed

+278
-109
lines changed

Pipfile

Lines changed: 13 additions & 13 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"
@@ -53,9 +43,21 @@ python-dotenv = "==0.19.0"
5343
shapely = "==1.7.1"
5444
turfpy = "==0.0.7"
5545
geojson = "==2.5.0"
56-
build = "*"
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)