add pyproject

This commit is contained in:
James Ravenscroft 2022-04-03 09:34:08 +00:00
parent 2bab0e23c5
commit b8f8526f18
1 changed files with 19 additions and 0 deletions

19
pyproject.toml Normal file
View File

@ -0,0 +1,19 @@
[tool.poetry]
name = "rafael"
version = "0.1.0"
description = "Personal Assistant bot"
authors = ["James Ravenscroft <ravenscroftj@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
Flask = "^2.1.1"
requests = "^2.27.1"
dokuwiki = "^1.3.2"
python-telegram-bot = "^13.11"
todoist-api-python = "^1.1.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"