mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-01-07 15:43:08 +00:00
Migrate to uv package manager.
This commit is contained in:
parent
89bea8c7a5
commit
226a1712d3
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.13
|
||||||
@ -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]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
target-version = ["py313"]
|
target-version = ["py313"]
|
||||||
|
|||||||
@ -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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user