diff options
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 37bc3ea..8eb698a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,14 @@ -click==8.1.7 ; python_version >= "3.8" and python_version < "4.0" -colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" -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" +# This file was autogenerated by uv via the following command: +# uv pip compile pyproject.toml -o requirements.txt +click==8.1.7 + # via namehackclub (pyproject.toml) +jinja2==3.1.4 + # via namehackclub (pyproject.toml) +markupsafe==2.1.5 + # via jinja2 +pyyaml==6.0.1 + # via ymlstash +unidecode==1.3.8 + # via namehackclub (pyproject.toml) +ymlstash==1.2.1 + # via namehackclub (pyproject.toml) |
