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

6
poetry.lock generated
View File

@@ -4,10 +4,10 @@ description = "Anki's library code"
name = "anki"
optional = false
python-versions = ">=3.7"
version = "2.1.32"
version = "2.1.36"
[package.dependencies]
ankirspy = "2.1.32"
ankirspy = "2.1.36"
beautifulsoup4 = "*"
decorator = "*"
distro = "*"
@@ -25,7 +25,7 @@ description = "Anki's Rust library code Python bindings"
name = "ankirspy"
optional = false
python-versions = "*"
version = "2.1.32"
version = "2.1.36"
[[package]]
category = "dev"