Skip to content

Commit 73629b1

Browse files
committed
Fix wheel dependency
1 parent 47569ad commit 73629b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bumpversion==0.5.3
2-
wheel==0.24.0
2+
wheel>=0.24.0
33
flake8==2.4.1
44
coverage==4.0
55
cryptography==1.0.1

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
test_requirements = [
2525
'bumpversion==0.5.3',
26-
'wheel==0.24.0',
26+
'wheel>=0.24.0',
2727
'flake8==2.4.1',
2828
'tox==2.1.1',
2929
'coverage==4.0',

0 commit comments

Comments
 (0)