anki/pip/requirements.in

36 lines
713 B
Plaintext
Raw Normal View History

2020-11-02 11:39:42 +01:00
beautifulsoup4
black
compare-locales
2020-11-02 11:39:42 +01:00
decorator
distro
2020-11-02 11:39:42 +01:00
flask
flask-cors
isort
jsonschema
markdown
mock
mypy
mypy-protobuf
orjson
pip-tools
2020-11-02 11:39:42 +01:00
protobuf
pylint
pytest
requests[socks]
send2trash
snakeviz
2020-11-02 11:39:42 +01:00
stringcase
waitress>=2.0.0b1
fluent.syntax
2020-11-02 11:39:42 +01:00
# windows only
psutil; sys.platform == "win32"
pywin32; sys.platform == "win32"
2020-12-21 04:57:51 +01:00
# 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"
2020-11-02 11:39:42 +01:00
# transitive windows dependencies
atomicwrites; sys.platform == "win32" # via pytest
colorama; sys.platform == "win32" # via pylint, pytest