Skip to content

Commit 8aca9d1

Browse files
author
Willi Ballenthin
authored
setup: pin some deps
1 parent 1ea9d04 commit 8aca9d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
packages=setuptools.find_packages(),
2424
install_requires=[
2525
'six',
26-
'pytest',
27-
'hexdump',
28-
'pytest-cov',
26+
'pytest==4.6.11',
27+
'hexdump==3.3',
28+
'pytest-cov==2.11.1',
2929

3030
# pin deps for python 2, see #67
3131
'more_itertools==5.0.0',

0 commit comments

Comments
 (0)