project: migration from pip to uv
This commit is contained in:
parent
97794fd62c
commit
5e2226aa45
7 changed files with 777 additions and 131 deletions
30
pyproject.toml
Normal file
30
pyproject.toml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[tool.uv]
|
||||
add-bounds = "major"
|
||||
exclude-newer = "P2W"
|
||||
|
||||
[project]
|
||||
name = "cloud-api"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"alembic>=1.18.4",
|
||||
"email-validator>=2.3.0",
|
||||
"fastapi>=0.136.3",
|
||||
"httptools>=0.7.1",
|
||||
"httpx>=0.28.1",
|
||||
"itsdangerous>=2.2.0",
|
||||
"jinja2>=3.1.6",
|
||||
"joserfc>=1.6.7",
|
||||
"psycopg>=3.3.4",
|
||||
"pydantic>=2.13.4",
|
||||
"pydantic-settings>=2.14.1",
|
||||
"pytest>=9.0.3",
|
||||
"python-dotenv>=1.2.2",
|
||||
"requests>=2.34.2",
|
||||
"sqlalchemy>=2.0.50",
|
||||
"starlette>=1.1.0",
|
||||
"uvicorn>=0.48.0",
|
||||
"uvloop>=0.22.1 ; sys_platform != 'win32'",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue