mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

Newer versions break 'import pkg_resources' from a bundled build, due to Pyoxidizer. https://forums.ankiweb.net/t/anki-24-10-beta/49989/66 I've had to jiggle around the requirements files so that our dev environment continues to use the latest setuptools, as there have been security issues with old versions.
27 lines
354 B
Text
27 lines
354 B
Text
-r requirements.base.in
|
|
-r requirements.anki.in
|
|
-r requirements.aqt.in
|
|
|
|
black
|
|
compare-locales
|
|
isort
|
|
mock
|
|
mypy
|
|
mypy-protobuf
|
|
pip-tools
|
|
pylint
|
|
pytest
|
|
PyChromeDevTools
|
|
fluent.syntax
|
|
types-decorator
|
|
types-flask
|
|
types-flask-cors
|
|
types-markdown
|
|
types-orjson
|
|
types-protobuf
|
|
types-requests
|
|
types-waitress
|
|
|
|
# transitive windows dependencies
|
|
atomicwrites
|
|
colorama
|