Update dep anki ankirspy to 2.1.36

fix the requirements file create
This commit is contained in:
cecini
2020-10-27 11:31:17 +08:00
parent f5dca1f1e2
commit 7639329289
5 changed files with 110 additions and 100 deletions

View File

@@ -1,12 +1,12 @@
[tool.poetry]
name = "anki-sync-server"
version = "0.1.0"
version = "2.2.0"
description = "Self-hosted Anki Sync Server."
authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
anki = "^2.1.32"
anki = "^2.1.36"
beautifulsoup4 = "^4.9.1"
requests = "^2.24.0"
markdown = "^3.2.2"