chg: dev: click pkg requirement

This commit is contained in:
rachmadaniHaryono 2019-02-09 08:49:26 +08:00
parent 7ff6994d9d
commit f9e3ab7020

View File

@ -18,6 +18,7 @@ with open('README.md', encoding='utf-8') as f:
tests_require = [
'attrs>=17.4.0',
'beautifulsoup4>=4.6.0',
'Click>=7.0',
'flake8>=3.4.1',
'hypothesis>=3.7.0',
'mypy-extensions==0.4.1',