anki-sync-server/src/requirements-dev.txt

94 lines
6.5 KiB
Plaintext
Raw Normal View History

# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
2020-12-24 06:46:01 +08:00
2021-02-08 00:03:38 +08:00
anki==2.1.40; python_version >= "3.8"
2020-12-24 06:46:01 +08:00
appnope==0.1.2; platform_system == "Darwin" and python_version >= "3.7" and sys_platform == "darwin"
argon2-cffi==20.1.0; python_version >= "3.5"
2020-12-24 06:46:01 +08:00
async-generator==1.10; python_version >= "3.6"
attrs==20.3.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
backcall==0.2.0; python_version >= "3.7"
2020-12-24 06:46:01 +08:00
beautifulsoup4==4.9.3
2021-02-08 00:03:38 +08:00
bleach==3.3.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
2020-12-24 06:46:01 +08:00
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"
2021-02-08 00:03:38 +08:00
cffi==1.14.4; implementation_name == "pypy" and python_version >= "3.6"
2020-12-24 06:46:01 +08:00
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"
click==7.1.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
2020-12-24 06:46:01 +08:00
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0"
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
2020-12-24 06:46:01 +08:00
defusedxml==0.6.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
distro==1.5.0
2020-12-24 06:46:01 +08:00
entrypoints==0.3; python_version >= "3.6"
future==0.18.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
2020-12-24 06:46:01 +08:00
idna==2.10; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
2021-02-08 00:03:38 +08:00
ipykernel==5.4.3; python_version >= "3.6"
2020-12-24 06:46:01 +08:00
ipython-genutils==0.2.0; python_version >= "3.7"
2021-02-08 00:03:38 +08:00
ipython==7.20.0; python_version >= "3.7"
ipywidgets==7.6.3
jedi==0.18.0; python_version >= "3.7"
jinja2==2.11.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
2020-12-24 06:46:01 +08:00
joblib==1.0.0; python_version >= "3.6"
json5==0.9.5; python_version >= "3.5"
jsonschema==3.2.0; python_version >= "3.5"
2021-02-08 00:03:38 +08:00
jupyter-client==6.1.11; python_version >= "3.6"
2020-12-24 06:46:01 +08:00
jupyter-console==6.2.0; python_version >= "3.6"
2021-02-08 00:03:38 +08:00
jupyter-core==4.7.1; python_version >= "3.6"
jupyter==1.0.0
2020-12-24 06:46:01 +08:00
jupyterlab-pygments==0.1.2; python_version >= "3.6"
jupyterlab-server==1.2.0; python_version >= "3.5"
2021-02-08 00:03:38 +08:00
jupyterlab-widgets==1.0.0; python_version >= "3.6"
2020-12-24 06:46:01 +08:00
jupyterlab==2.2.9; python_version >= "3.5"
livereload==2.6.3; python_version >= "3.5"
lunr==0.5.8; python_version >= "3.5"
2020-12-24 06:46:01 +08:00
markdown==3.3.3; python_version >= "3.6"
markupsafe==1.1.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
2020-12-24 06:46:01 +08:00
mistune==0.8.4; python_version >= "3.6"
mkdocs==1.1.2; python_version >= "3.5"
2020-12-24 06:46:01 +08:00
nbclient==0.5.1; python_version >= "3.6"
nbconvert==6.0.7; python_version >= "3.6"
2021-02-08 00:03:38 +08:00
nbformat==5.1.2; python_version >= "3.6"
nest-asyncio==1.5.1; python_version >= "3.6"
nltk==3.5; python_version >= "3.5"
2021-02-08 00:03:38 +08:00
notebook==6.2.0; python_version >= "3.5"
orjson==3.4.8; python_version >= "3.8"
packaging==20.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
2020-12-24 06:46:01 +08:00
pandocfilters==1.4.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
2021-02-08 00:03:38 +08:00
parso==0.8.1; python_version >= "3.7"
2020-12-24 06:46:01 +08:00
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7"
pickleshare==0.7.5; python_version >= "3.7"
2020-12-24 06:46:01 +08:00
prometheus-client==0.9.0; python_version >= "3.5"
2021-02-08 00:03:38 +08:00
prompt-toolkit==3.0.14; python_full_version >= "3.6.1" and python_version >= "3.7"
2020-12-24 06:46:01 +08:00
protobuf==3.14.0; python_version >= "3.8"
psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
2021-02-08 00:03:38 +08:00
ptyprocess==0.7.0; os_name != "nt" and python_version >= "3.7" and sys_platform != "win32"
py==1.10.0; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"
pycparser==2.20; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
2021-02-08 00:03:38 +08:00
pygments==2.7.4; python_version >= "3.7"
2020-12-24 06:46:01 +08:00
pyparsing==2.4.7; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
pyrsistent==0.17.3; python_version >= "3.5"
pysocks==1.7.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
python-dateutil==2.8.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.5"
2020-12-24 06:46:01 +08:00
pywin32==300; sys_platform == "win32" and python_version >= "3.6"
pywinpty==0.5.7; os_name == "nt" and python_version >= "3.6"
2021-02-08 00:03:38 +08:00
pyyaml==5.4.1; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.5"
pyzmq==22.0.2; python_version >= "3.6"
qtconsole==5.0.2; python_version >= "3.6"
2020-12-24 06:46:01 +08:00
qtpy==1.9.0; python_version >= "3.6"
regex==2020.11.13; python_version >= "3.5"
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
send2trash==1.5.0
2020-12-24 06:46:01 +08:00
six==1.15.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
soupsieve==2.1; python_version >= "3.8"
2021-02-08 00:03:38 +08:00
terminado==0.9.2; python_version >= "3.6"
2020-12-24 06:46:01 +08:00
testpath==0.4.4; python_version >= "3.6"
tornado==6.1; python_version >= "3.6"
2021-02-08 00:03:38 +08:00
tqdm==4.56.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_version >= "3.5" and python_full_version >= "3.4.0"
2020-12-24 06:46:01 +08:00
traitlets==5.0.5; python_version >= "3.7"
2021-02-08 00:03:38 +08:00
urllib3==1.26.3; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
waitress==1.4.4; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
2020-12-24 06:46:01 +08:00
wcwidth==0.2.5; python_full_version >= "3.6.1" and python_version >= "3.6"
webencodings==0.5.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
webtest==2.0.35
widgetsnbextension==3.5.1
-e src/.