Added anki to dependencies

This commit is contained in:
Karsten Lehmann
2020-08-28 20:34:22 +02:00
parent 75c1ea0994
commit 9da0eb7773
4 changed files with 285 additions and 75 deletions

View File

@@ -1,9 +1,13 @@
anki==2.1.32
ankirspy==2.1.32
appnope==0.1.0; sys_platform == "darwin" or platform_system == "Darwin" or python_version >= "3.3" and sys_platform == "darwin"
attrs==19.3.0
argon2-cffi==20.1.0
attrs==20.1.0
backcall==0.2.0
beautifulsoup4==4.9.1
bleach==3.1.5
certifi==2020.6.20
cffi==1.14.2
chardet==3.0.4
click==7.1.2
colorama==0.4.3; python_version >= "3.3" and sys_platform == "win32" or sys_platform == "win32"
@@ -15,7 +19,7 @@ future==0.18.2
idna==2.10
importlib-metadata==1.7.0; python_version < "3.8"
ipykernel==5.3.4
ipython==7.16.1
ipython==7.17.0
ipython-genutils==0.2.0
ipywidgets==7.5.1
jedi==0.17.2
@@ -24,12 +28,12 @@ joblib==0.16.0; python_version > "2.7"
json5==0.9.5
jsonschema==3.2.0
jupyter==1.0.0
jupyter-client==6.1.6
jupyter-client==6.1.7
jupyter-console==6.1.0
jupyter-core==4.6.3
jupyterlab==2.2.2
jupyterlab==2.2.6
jupyterlab-server==1.2.0
livereload==2.6.2
livereload==2.6.3
lunr==0.5.8
markdown==3.2.2
markupsafe==1.1.1
@@ -38,17 +42,20 @@ mkdocs==1.1.2
nbconvert==5.6.1
nbformat==5.0.7
nltk==3.5; python_version > "2.7"
notebook==6.0.3
notebook==6.1.3
orjson==3.3.1; platform_machine == "x86_64"
packaging==20.4
pandocfilters==1.4.2
parso==0.7.1
pexpect==4.8.0; python_version >= "3.3" and sys_platform != "win32" or sys_platform != "win32"
pickleshare==0.7.5
prometheus-client==0.8.0
prompt-toolkit==3.0.5
prompt-toolkit==3.0.6
protobuf==3.13.0
psutil==5.7.2
ptyprocess==0.6.0; sys_platform != "win32" or os_name != "nt" or python_version >= "3.3" and sys_platform != "win32"
pyaudio==0.2.11
pycparser==2.20
pygments==2.6.1
pyparsing==2.4.7
pyrsistent==0.16.0
@@ -56,8 +63,8 @@ python-dateutil==2.8.1
pywin32==228; sys_platform == "win32"
pywinpty==0.5.7; os_name == "nt"
pyyaml==5.3.1
pyzmq==19.0.1
qtconsole==4.7.5
pyzmq==19.0.2
qtconsole==4.7.6
qtpy==1.9.0
regex==2020.7.14; python_version > "2.7"
requests==2.24.0
@@ -67,7 +74,7 @@ soupsieve==1.9.6
terminado==0.8.3
testpath==0.4.4
tornado==6.0.4
tqdm==4.48.0; python_version > "2.7"
tqdm==4.48.2; python_version > "2.7"
traitlets==4.3.3
urllib3==1.25.10
wcwidth==0.2.5

View File

@@ -1,3 +1,5 @@
anki==2.1.32
ankirspy==2.1.32
beautifulsoup4==4.9.1
certifi==2020.6.20
chardet==3.0.4
@@ -6,10 +8,13 @@ distro==1.5.0
idna==2.10
importlib-metadata==1.7.0; python_version < "3.8"
markdown==3.2.2
orjson==3.3.1; platform_machine == "x86_64"
protobuf==3.13.0
psutil==5.7.2
pyaudio==0.2.11
requests==2.24.0
send2trash==1.5.0
six==1.15.0
soupsieve==1.9.6
urllib3==1.25.10
webob==1.8.6