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.
|
- [tool.poetry]
- name = "twason"
- version = "1.0.0"
- description = "The KISS Twitch bot"
- authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
- license = "AGPL-3.0-or-later"
-
- [tool.poetry.dependencies]
- python = "^3.7"
- irc3 = "^1.1.7"
-
- [tool.poetry.dev-dependencies]
-
- [build-system]
- requires = ["poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"
|