aiqs
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "aiqs"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"openai==2.7.1",
|
||||
"python-dotenv>=1.2.1",
|
||||
"pydantic>=2.12.4",
|
||||
"pydantic-settings>=2.11.0",
|
||||
]
|
||||
Reference in New Issue
Block a user