Skip to content

Commit 3a04369

Browse files
committed
docs: remove references to click-help-colors
no longer used
1 parent 2a7e604 commit 3a04369

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ pip install callsignlookuptools[all]
2222
$ pip install callsignlookuptools[cli]
2323
```
2424

25-
**Note:** If `requests`, `aiohttp`, or `typer[all]` and `click-help-colors` are installed another way, you will also have access to the sync, async, or command-line interface, respectively.
25+
**Note:** If `requests`, `aiohttp`, or `typer[all]` are installed another way, you will also have access to the sync, async, or command-line interface, respectively.
2626

2727
## Usage and Documentation
2828

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CLI Usage
33
=========
44

5-
.. NOTE:: To use the CLI, install with the extra ``cli`` (e.g. ``pip install callsignlookuptools[cli]``) or otherwise install the library ``typer[all]`` and ``click-help-colors``.
5+
.. NOTE:: To use the CLI, install with the extra ``cli`` (e.g. ``pip install callsignlookuptools[cli]``) or otherwise install the library ``typer[all]``.
66

77
``callsignlookuptools`` has a basic CLI interface, which can be run using:
88

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Installation
3838
# enable the CLI
3939
$ pip install callsignlookuptools[cli]
4040
41-
.. NOTE:: If ``requests``, ``aiohttp``, or ``typer[all]`` and ``click-help-colors`` are installed another way, you will also have access to the sync, async, or command-line interface, respectively.
41+
.. NOTE:: If ``requests``, ``aiohttp``, or ``typer[all]`` are installed another way, you will also have access to the sync, async, or command-line interface, respectively.
4242

4343
API Support
4444
===========

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ requests
44
aiohttp
55
pydantic
66
typer[all]
7-
click-help-colors

0 commit comments

Comments
 (0)