Skip to content

Commit 254a027

Browse files
Add Babel and Dateutil
1 parent 1970006 commit 254a027

3 files changed

Lines changed: 47 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ description = "Transforms Wikidata entities into text representations."
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8+
"babel>=2.17.0",
89
"fastapi>=0.116.1",
910
"gunicorn>=23.0.0",
11+
"python-dateutil>=2.9.0.post0",
1012
"requests>=2.32.4",
1113
"sqlalchemy>=2.0.41",
1214
"uvicorn>=0.35.0",

requirements.txt

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
1-
annotated-types==0.7.0
2-
anyio==4.9.0
3-
certifi==2025.7.14
4-
charset-normalizer==3.4.2
5-
click==8.2.1
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile pyproject.toml --output-file requirements.txt --no-deps
3+
babel==2.17.0
4+
# via wikidatatextifier (pyproject.toml)
65
fastapi==0.116.1
7-
greenlet==3.2.3
6+
# via wikidatatextifier (pyproject.toml)
87
gunicorn==23.0.0
9-
h11==0.16.0
10-
idna==3.10
11-
packaging==25.0
12-
pydantic==2.11.7
13-
pydantic-core==2.33.2
8+
# via wikidatatextifier (pyproject.toml)
9+
python-dateutil==2.9.0.post0
10+
# via wikidatatextifier (pyproject.toml)
1411
requests==2.32.4
15-
sniffio==1.3.1
12+
# via wikidatatextifier (pyproject.toml)
1613
sqlalchemy==2.0.41
17-
starlette==0.47.2
18-
typing-extensions==4.14.1
19-
typing-inspection==0.4.1
20-
urllib3==2.5.0
14+
# via wikidatatextifier (pyproject.toml)
2115
uvicorn==0.35.0
16+
# via wikidatatextifier (pyproject.toml)

uv.lock

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)