Skip to content

Commit 211740c

Browse files
author
shlomihod
committed
add dependency to travis ci zipp issue
1 parent fb205cd commit 211740c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Pipfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pycodestyle = "*"
1414
pep8 = "*"
1515
pydocstyle = "*"
1616
restructuredtext_lint = "*"
17-
1817
# Testing
1918
# pytest >= 5.4.0 doesn't work with pytest-sugar <= 0.9.2
2019
# once https://github.com/Teemu/pytest-sugar/pull/188 is
@@ -26,26 +25,25 @@ pytest-expecter = "*"
2625
pytest-random = "*"
2726
pytest-cov = "*"
2827
freezegun = "*"
29-
3028
# Reports
3129
coverage-space = "*"
32-
3330
# Documentation
3431
sphinx = "*"
3532
nbconvert = "*"
3633
docutils = "*"
3734
pygments = "*"
38-
3935
# Build
4036
wheel = "*"
4137
pyinstaller = "*"
4238
readme_renderer = "*"
43-
4439
# Release
4540
setuptools = ">= 38.6.0"
4641
twine = ">= 1.11.0"
4742
# Tooling
4843
jupyter = "*"
4944
notebook = ">=5.7.8"
5045
requests = ">=2.20.0"
51-
sniffer = "*"
46+
sniffer = "*"
47+
# Work around
48+
zipp = ">=2.2.0"
49+

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,5 @@ def build_description():
7979
"click >= 6.0",
8080
"tqdm >= 4.24",
8181
"mlxtend >= 0.13, < 0.17",
82-
"zipp >= 2.2", # work around for tavis ci issue
8382
],
8483
)

0 commit comments

Comments
 (0)