The KISS Twitch bot
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

20 行
408 B

  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.scripts]
  8. twason = 'twason.__main__:main'
  9. [tool.poetry.dependencies]
  10. python = "^3.7"
  11. irc3 = "^1.1.7"
  12. [tool.poetry.dev-dependencies]
  13. [build-system]
  14. requires = ["poetry-core>=1.0.0"]
  15. build-backend = "poetry.core.masonry.api"