Skip to content

Commit

Permalink
🔧 MAINTAIN: Remove click dependency (#457)
Browse files Browse the repository at this point in the history
This dependency is not used anywhere in the package
  • Loading branch information
chrisjsewell authored Jan 10, 2022
1 parent b435e7d commit a1e655d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
packages=find_packages(),
install_requires=[
"beautifulsoup4>=4.6.1,<5",
"click~=7.1",
"docutils>=0.15,<0.17",
'importlib-resources>=3.0,<3.5; python_version < "3.7"',
"pydata-sphinx-theme~=0.7.2",
Expand Down

0 comments on commit a1e655d

Please sign in to comment.