From e12c469dee5daf7cd77cf827e589b13027937a68 Mon Sep 17 00:00:00 2001 From: Florent de Labarre Date: Mon, 4 Sep 2023 08:29:23 +0200 Subject: [PATCH] [FIX] typing_extensions is missing With this commit the module doesn't work : https://github.com/python-escpos/python-escpos/commit/44444f3c5100080c9a635112e592733be402b2c0 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ecf975e..7c8602b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ --e . \ No newline at end of file +-e . +typing_extensions