Anki/pip/requirements.in
Damien Elmes e3b2ed6077 catch references to missing terms in ftl check
https://github.com/ankitects/anki/pull/889

- We can't use compare_locales's getChecker(), as it seems to
be focused on checking translations rather than the original
templates.
- Also fix return code not being passed on in check_files()
- Temporarily pin pip-tools, as its output format has changed
2021-01-04 13:19:17 +10:00

35 lines
720 B
Text

beautifulsoup4
black
compare-locales
decorator
distro
flask
flask-cors
isort
jsonschema
markdown
mock
mypy
mypy-protobuf
orjson
pip-tools==5.4.0
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
winrt==1.0.20239.1; sys.platform == "win32" and platform_release == "10" and python_version == "3.8"
winrt; sys.platform == "win32" and platform_release == "10" and python_version >= "3.9"
# transitive windows dependencies
atomicwrites; sys.platform == "win32" # via pytest
colorama; sys.platform == "win32" # via pylint, pytest