From 17dea1c3ab121f923a5b3530f276a1e30fe990e9 Mon Sep 17 00:00:00 2001 From: Yasuhisa Yoshida Date: Sat, 18 Jan 2025 04:29:47 +0900 Subject: [PATCH] Since library dependency management and pinning are done using uv.lock, delete requirements.txt --- Makefile | 3 --- requirements.txt | 63 ------------------------------------------------ 2 files changed, 66 deletions(-) delete mode 100644 requirements.txt diff --git a/Makefile b/Makefile index 1fbb6db..4b36f57 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,3 @@ scan-new-baseline: .uv-installed-$(PY_VERSION) scan-without-baseline: .uv-installed-$(PY_VERSION) @uvx bandit -r src - -requirements.txt: .uv-installed-$(PY_VERSION) - @uv export -o requirements.txt --no-hashes --frozen diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 42659de..0000000 --- a/requirements.txt +++ /dev/null @@ -1,63 +0,0 @@ -# This file was autogenerated by uv via the following command: -# uv export -o requirements.txt --no-hashes --frozen --e . -agate==1.9.1 -annotated-types==0.7.0 -attrs==24.3.0 -babel==2.16.0 -certifi==2024.12.14 -charset-normalizer==3.4.1 -click==8.1.8 -colorama==0.4.6 -daff==1.3.46 -dbt-adapters==1.13.0 -dbt-common==1.14.0 -dbt-core==1.9.1 -dbt-extractor==0.5.1 -dbt-semantic-interfaces==0.7.4 -deepdiff==7.0.1 -idna==3.10 -importlib-metadata==6.11.0 -isodate==0.6.1 -jinja2==3.1.5 -jsonschema==4.23.0 -jsonschema-specifications==2024.10.1 -leather==0.4.0 -markdown-it-py==3.0.0 -markupsafe==3.0.2 -mashumaro==3.14 -mdurl==0.1.2 -more-itertools==10.5.0 -msgpack==1.1.0 -mysql-mimic==2.5.7 -networkx==3.2.1 -ordered-set==4.1.0 -packaging==24.2 -parsedatetime==2.6 -pathspec==0.12.1 -pluggy==1.5.0 -protobuf==5.29.2 -pydantic==2.10.4 -pydantic-core==2.27.2 -pygments==2.19.0 -python-dateutil==2.9.0.post0 -python-slugify==8.0.4 -pytimeparse==1.1.8 -pytz==2024.2 -pyyaml==6.0.2 -referencing==0.35.1 -requests==2.32.3 -rich==13.9.4 -rpds-py==0.22.3 -ruamel-yaml==0.18.9 -ruamel-yaml-clib==0.2.12 ; platform_python_implementation == 'CPython' -six==1.17.0 -snowplow-tracker==1.0.4 -sqlglot==26.0.1 -sqlparse==0.5.3 -text-unidecode==1.3 -types-requests==2.32.0.20241016 -typing-extensions==4.12.2 -tzdata==2024.2 ; platform_system == 'Windows' -urllib3==2.3.0 -zipp==3.21.0