diff options
| author | Yuval Adam <_@yuv.al> | 2025-01-13 10:24:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 10:24:33 +0100 |
| commit | 79a76be4a7ace04ac80c5d050da1e8f14b1cffd3 (patch) | |
| tree | 0ed0cc81193350f1c2a902815fd84b2f571b25da /requirements.txt | |
| parent | 635034caf67d510d16f83c5f7eaf4c801845979b (diff) | |
Migrate python project to uv (#77)
* Migrate to uv
* Fix github build workflow
* Fix CI
* Another build attempt fix
* Use python 3.13 for all environments
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) |
