generated from geekiot/python-template
Add [config]: add pydantic config
This commit is contained in:
parent
f4dca4171e
commit
fc3748f49f
4 changed files with 121 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ description = "The perfect assistant for collaborative work of IRIT-RTF students
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.13,<3.14"
|
||||
dependencies = [
|
||||
"pydantic>=2.12.3",
|
||||
"pydantic-settings>=2.11.0",
|
||||
"pyrefly>=0.37.0",
|
||||
"redis>=6.4.0",
|
||||
"ruff>=0.14.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue