From 0ab82bed6076f0e1000a72ff3907f640fc4931b0 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer <35225576+afuetterer@users.noreply.github.com> Date: Sun, 19 May 2024 18:26:40 +0200 Subject: [PATCH] chore: add typer ref in readme (#22) Fixes #9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de37d2d..c26fe4b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ `python-re3data` is built with: - [httpx](https://github.com/encode/httpx) for issuing HTTP requests +- [typer](https://github.com/tiangolo/typer) for its CLI ## Installation