anki/python/requirements.aqt.in
Damien Elmes a70f8d4dd5 Fix TTS handling on Windows
Also update to winsdk, which unblocks Python updates on Windows
2022-11-29 13:04:51 +10:00

11 lines
176 B
Plaintext

beautifulsoup4
flask
flask_cors
jsonschema
requests
send2trash
waitress>=2.0.0
psutil; sys.platform == "win32"
pywin32; sys.platform == "win32"
winsdk; sys.platform == "win32"