anki/pip/requirements.in

35 lines
632 B
Plaintext

beautifulsoup4
black
decorator
distro
flask
flask-cors
isort
jsonschema
markdown
mock
mypy
mypy-protobuf
orjson
pip-tools
protobuf
pylint
pytest
requests[socks]
send2trash
snakeviz
stringcase
waitress>=2.0.0b1
fluent-syntax
# windows only
psutil; sys.platform == "win32"
pywin32; sys.platform == "win32"
# pinned due to https://github.com/microsoft/xlang/issues/717
# the latest version apparently works on python3.9
winrt==1.0.20239.1; sys.platform == "win32" and platform_release == "10"
# transitive windows dependencies
atomicwrites; sys.platform == "win32" # via pytest
colorama; sys.platform == "win32" # via pylint, pytest