From 9397db7bb4fe6ac95b6c2a68920f6f11da16e37e Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 17 May 2024 12:59:26 +0200 Subject: Move unidecode out of dev deps --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 6871f13..37bc3ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platfor jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0" markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4.0" +unidecode==1.3.8 ; python_version >= "3.8" and python_version < "4.0" ymlstash==1.2.0 ; python_version >= "3.8" and python_version < "4.0" -- cgit v1.3.1