anki/python/requirements.in

40 lines
614 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<4.2
2020-11-02 11:39:42 +01:00
markdown
mock
mypy
mypy-protobuf
orjson
pip-tools
2020-11-02 11:39:42 +01:00
protobuf
pylint
pytest
requests[socks]
send2trash
snakeviz
waitress>=2.0.0
fluent.syntax
types-decorator
types-flask
types-markdown
types-orjson
types-protobuf
types-requests
types-waitress
2020-11-02 11:39:42 +01:00
# windows only
psutil; sys.platform == "win32"
pywin32; sys.platform == "win32"
2021-02-03 04:34:44 +01:00
winrt; sys.platform == "win32" and platform_release == "10"
2020-11-02 11:39:42 +01:00
# transitive windows dependencies
atomicwrites; sys.platform == "win32" # via pytest
colorama; sys.platform == "win32" # via pylint, pytest