anki/pip/requirements.in

31 lines
428 B
Plaintext
Raw Normal View History

2020-11-02 11:39:42 +01:00
beautifulsoup4
black
decorator
distro
2020-11-02 11:39:42 +01:00
flask
flask-cors
isort
jsonschema
markdown
mock
mypy
mypy-protobuf
orjson
2020-11-02 11:39:42 +01:00
pip-tools
protobuf
pylint
pytest
requests[socks]
send2trash
stringcase
waitress
2020-11-19 02:26:09 +01:00
fluent-syntax
2020-11-02 11:39:42 +01:00
# windows only
psutil; sys.platform == "win32"
pywin32; sys.platform == "win32"
# transitive windows dependencies
atomicwrites; sys.platform == "win32" # via pytest
colorama; sys.platform == "win32" # via pylint, pytest