The KISS Twitch bot
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pyproject.toml 353 B

12345678910111213141516
  1. [tool.poetry]
  2. name = "twason"
  3. version = "1.0.0"
  4. description = "The KISS Twitch bot"
  5. authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
  6. license = "AGPL-3.0-or-later"
  7. [tool.poetry.dependencies]
  8. python = "^3.7"
  9. irc3 = "^1.1.7"
  10. [tool.poetry.dev-dependencies]
  11. [build-system]
  12. requires = ["poetry-core>=1.0.0"]
  13. build-backend = "poetry.core.masonry.api"