anki/python/requirements.in
2021-10-18 19:50:40 +10:00

45 lines
797 B
Plaintext

beautifulsoup4
black
compare-locales
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.0
fluent.syntax
types-decorator
types-flask
types-markdown
types-orjson
types-protobuf
types-requests
types-waitress
# transitive dependency of black; pinned due to broken wheel
# https://bitbucket.org/mrabarnett/mrab-regex/issues/399/missing-wheel-for-macosx-and-the-new-m1
regex==2021.9.30
# windows only
psutil; sys.platform == "win32"
pywin32; sys.platform == "win32"
winrt; sys.platform == "win32" and platform_release == "10"
# transitive windows dependencies
atomicwrites; sys.platform == "win32" # via pytest
colorama; sys.platform == "win32" # via pylint, pytest