Skip to content

Commit ecf2f12

Browse files
committed
Add back requirements.txt via uv-export
1 parent 364ed4e commit ecf2f12

File tree

3 files changed

+1257
-0
lines changed

3 files changed

+1257
-0
lines changed

.pre-commit-config.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ repos:
4343
additional_dependencies:
4444
- black==24.3.0
4545

46+
- repo: https://github.com/astral-sh/uv-pre-commit
47+
rev: 0.5.26
48+
hooks:
49+
- id: uv-export
50+
args: ["--frozen", "--no-hashes", "--no-emit-project"]
51+
4652
# - repo: https://github.com/pre-commit/mirrors-mypy
4753
# rev: v1.14.0
4854
# hooks:

requirements.txt

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file was autogenerated by uv via the following command:
2+
# uv export --frozen --no-hashes --no-emit-project
3+
annotated-types==0.7.0
4+
certifi==2025.1.31
5+
charset-normalizer==3.4.1
6+
idna==3.10
7+
jinja2==3.1.5
8+
markupsafe==3.0.2
9+
pillow==11.1.0
10+
pydantic==2.10.6
11+
pydantic-core==2.27.2
12+
pyyaml==6.0.2
13+
regex==2024.11.6
14+
requests==2.32.3
15+
tiktoken==0.8.0
16+
typing-extensions==4.12.2
17+
urllib3==2.3.0

0 commit comments

Comments
 (0)