Initial commit

This commit is contained in:
2022-03-31 19:44:24 +02:00
commit 5998d74a37
16 changed files with 1597 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "cambot"
version = "0.1.0"
description = ""
authors = ["Simon Junod <sj@simonjunod.ch>"]
[tool.poetry.dependencies]
python = "^3.8"
discord = "^1.0.1"
unidecode = "^1.1.1"
requests = "^2.24.0"
bs4 = "^0.0.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"