Skip to content

Commit

Permalink
Require click >= 7 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 10, 2019
1 parent 2eec59d commit 1b29c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
},
install_requires=['pykitti', 'tqdm', 'click'],
setup_requires=['pytest-runner'],
tests_require=['pytest', 'requests', 'six', 'pyyaml']
tests_require=['pytest', 'requests', 'six', 'pyyaml', 'click>=7']
)

0 comments on commit 1b29c8c

Please sign in to comment.