Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "int"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"pydantic>=2.10.6",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"rich>=13.9.4",
|
||||
]
|
||||
Reference in New Issue
Block a user