Add pyproject.toml

This commit is contained in:
Vikash Kothary 2020-07-30 20:11:45 +01:00
parent f637e83627
commit 2cdb1ca98f

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[tool.poetry]
name = "anki-sync-server"
version = "0.1.0"
description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"