Add anki-bundled requirements to pyproject

This commit is contained in:
Vikash Kothary
2020-07-30 22:17:56 +01:00
parent 7df362bb2c
commit 5430b729f9
4 changed files with 126 additions and 11 deletions

View File

@@ -6,6 +6,14 @@ authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
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"
[tool.poetry.dev-dependencies]
mkdocs = "^1.1.2"