Skip to content

Commit

Permalink
deps: refresh click dependencies (#2297)
Browse files Browse the repository at this point in the history
* remove dependency on psutil as newer click-completion dropped it
* bumps click and click-completion to newer versions

Signed-off-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
ssbarnea committed Sep 15, 2019
1 parent 745b370 commit 5bc7350
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ install_requires =
backports.functools_lru_cache; python_version<"3.3"
flake8 >=3.6.0
cerberus >= 1.3.1
click >= 6.7
click-completion >= 0.3.1
click >= 7.0
click-completion >= 0.5.1
colorama >= 0.3.9
cookiecutter >= 1.6.0
python-gilt >= 1.2.1, < 2
Expand All @@ -88,7 +88,6 @@ install_requires =
pexpect >= 4.6.0, < 5
pluggy >= 0.7.1, < 1.0
pre-commit >= 1.17.0, < 2
psutil >= 5.4.6, < 6; sys_platform!="win32" and sys_platform!="cygwin"
PyYAML >= 5.1, < 6
sh >= 1.12.14
six >= 1.11.0
Expand Down

0 comments on commit 5bc7350

Please sign in to comment.