Skip to content

Commit

Permalink
✨ Use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jan 1, 2025
1 parent 70b6fcb commit 2027c70
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 2 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[project]
name = "mcwikidataparser"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"httpx",
"pydantic",
]
15 changes: 13 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
httpx
pydantic<2.0.0
# This file was autogenerated by uv via the following command:
# uv export -o .\requirements.txt --no-hashes
annotated-types==0.7.0
anyio==4.7.0
certifi==2024.12.14
h11==0.14.0
httpcore==1.0.7
httpx==0.28.1
idna==3.10
pydantic==2.10.4
pydantic-core==2.27.2
sniffio==1.3.1
typing-extensions==4.12.2
166 changes: 166 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2027c70

Please sign in to comment.