Revision 9b99f6adefd2e81e8639fd0ec696dd0402c4659e authored by Maria Khrustaleva on 09 January 2024, 11:17:09 UTC, committed by GitHub on 09 January 2024, 11:17:09 UTC
The distutils module is [deprecated](https://peps.python.org/pep-0632)
and will be removed from the standard library in Python 3.12.
1 parent 64d6d7a
Raw File
requirements.txt
# can't have a dependency on base.txt, because it depends on the generated file

black>=22.1.0
inflection >= 0.5.1
isort>=5.10.1
ruamel.yaml>=0.17.21
back to top