7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-14 19:42:21 +00:00
tutor/requirements/dev.in
Régis Behmo 14d8276529 chore: upgrade pinned requirements
The dev requirements had to be updated to take into account the fact that some
type annotations have been moved to dedicated packages.

See the related packages:
https://pypi.org/project/types-setuptools/
https://pypi.org/project/types-PyYAML/

And the corresponding parent project:
https://github.com/python/typeshed
2021-07-03 11:08:27 +02:00

11 lines
101 B
Plaintext

-r base.txt
black
pip-tools
pylint
pyinstaller
twine
# Types packages
types-PyYAML
types-setuptools