mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00

the change that caused it: https://github.com/dropbox/mypy-protobuf/issues/118 This is more awkward to handle now, as the types are only available at type-checking time. Python's static typing is such a mess :-(
10 lines
270 B
Text
10 lines
270 B
Text
wheel
|
|
mypy
|
|
mypy_protobuf>=1.21
|
|
black
|
|
pytest
|
|
# fixme: when isort 5.0 is released, switch to pypi
|
|
git+https://github.com/ankitects/isort#egg=isort
|
|
# fixme: when pylint supports isort 5.0, switch to pypi
|
|
git+https://github.com/ankitects/pylint#egg=pylint
|
|
stringcase==1.2.0
|