Migrate to uv package manager.

This commit is contained in:
Alejandro Cabeza Romero 2025-10-06 16:48:42 +02:00
parent 89bea8c7a5
commit 226a1712d3
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD
3 changed files with 17 additions and 6 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.13

View File

@ -1,3 +1,19 @@
[project]
name = "nomos-block-explorer"
version = "0.1.0"
requires-python = ">=3.13,<3.14"
dependencies = [
"fastapi~=0.118.0",
"python-on-whales~=0.78.0",
"requests~=2.32.5",
"rusty-results~=1.1.1",
"sqlmodel~=0.0.25",
"uvicorn~=0.37.0",
]
[tool.pyright]
include = ["src"]
[tool.black]
line-length = 120
target-version = ["py313"]

View File

@ -1,6 +0,0 @@
fastapi~=0.118.0
uvicorn~=0.37.0
requests~=2.32.5
python-on-whales~=0.78.0
sqlmodel~=0.0.25
rusty-results~=1.1.1