Initial commit
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user