mirror of
https://github.com/peridotbuild/pdot_common.git
synced 2024-12-04 02:26:26 +00:00
Don't use exact versioning
This commit is contained in:
parent
2d8c654271
commit
73751dda6b
@ -5,12 +5,12 @@ description = "Common Python library for Peridot projects"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi == 0.99.0",
|
||||
"fastapi-pagination == 0.12.5",
|
||||
"authlib == 1.2.1",
|
||||
"httpx == 0.24.1",
|
||||
"tortoise-orm[asyncpg] == 0.19.3",
|
||||
"temporalio == 1.2.0"
|
||||
"fastapi >= 0.99.0",
|
||||
"fastapi-pagination >= 0.12.5",
|
||||
"authlib >= 1.2.1",
|
||||
"httpx >= 0.24.1",
|
||||
"tortoise-orm[asyncpg] >= 0.19.3",
|
||||
"temporalio >= 1.2.0"
|
||||
]
|
||||
authors = [
|
||||
{ name = "Mustafa Gezen", email = "mustafa@rockylinux.org" }
|
||||
|
Loading…
Reference in New Issue
Block a user