mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 10:05:18 +00:00
14d8276529
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
11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
-r base.txt
|
|
black
|
|
pip-tools
|
|
pylint
|
|
pyinstaller
|
|
twine
|
|
|
|
# Types packages
|
|
types-PyYAML
|
|
types-setuptools
|