AI ニジカ綜合
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pyproject.toml 284 B

1234567891011121314
  1. [tool.poetry]
  2. name = "nizika-ai"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["miteruzo <miteruzo@naver.com>"]
  6. packages = [{ include = "__init__.py" }]
  7. [tool.poetry.dependencies]
  8. python = "^3.10"
  9. [build-system]
  10. requires = ["poetry-core"]
  11. build-backend = "poetry.core.masonry.api"