bump anki version to 2.1.46
have not poetry set up
This commit is contained in:
parent
6f39243bd0
commit
a2d3ab15ca
@ -6,10 +6,9 @@ authors = ["Vikash Kothary <kothary.vikash@gmail.com>"]
|
|||||||
packages = [
|
packages = [
|
||||||
{ include = "ankisyncd", from = "src" }
|
{ include = "ankisyncd", from = "src" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
anki = "^2.1.43"
|
anki = "2.1.46"
|
||||||
beautifulsoup4 = "^4.9.1"
|
beautifulsoup4 = "^4.9.1"
|
||||||
requests = "^2.24.0"
|
requests = "^2.24.0"
|
||||||
markdown = "^3.2.2"
|
markdown = "^3.2.2"
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
|
# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
|
||||||
|
|
||||||
|
|
||||||
anki==2.1.49; python_version >= "3.8"
|
anki==2.1.46; python_version >= "3.8"
|
||||||
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
|
beautifulsoup4==4.9.3
|
||||||
certifi==2021.10.8; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
certifi==2020.12.5; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
|
||||||
charset-normalizer==2.0.11; python_full_version >= "3.6.0" and python_version >= "3.8"
|
chardet==4.0.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
|
||||||
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
|
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
|
||||||
distro==1.6.0
|
distro==1.6.0
|
||||||
idna==3.3; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
idna==3.3; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user