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.

14 lines
243 B

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