anki-sync-server/pyproject.toml

28 lines
576 B
TOML
Raw Normal View History

2020-07-31 03:11:45 +08:00
[tool.poetry]
name = "anki-sync-server"
version = "2.2.0"
2020-07-31 03:11:45 +08:00
description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
[tool.poetry.dependencies]
2020-12-24 06:45:41 +08:00
python = "^3.8"
anki = "^2.1.36"
beautifulsoup4 = "^4.9.1"
requests = "^2.24.0"
markdown = "^3.2.2"
send2trash = "^1.5.0"
pyaudio = "^0.2.11"
decorator = "^4.4.2"
psutil = "^5.7.2"
distro = "^1.5.0"
2020-07-31 05:18:52 +08:00
webob = "^1.8.6"
2020-07-31 03:11:45 +08:00
[tool.poetry.dev-dependencies]
mkdocs = "^1.1.2"
jupyter = "^1.0.0"
jupyterlab = "^2.2.2"
2020-07-31 03:11:45 +08:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"