diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-17 12:59:26 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-18 13:12:23 +0200 |
| commit | 9397db7bb4fe6ac95b6c2a68920f6f11da16e37e (patch) | |
| tree | a65af45f1125e811ecd6592f5cb8cd5526a89406 /requirements.txt | |
| parent | b302ff4893cda11e6f281e326dbc750a899781ac (diff) | |
Move unidecode out of dev deps
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
