1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

use pyproject.toml for tooling, add isort

This commit is contained in:
Ross McFarland
2023-01-22 13:56:13 -08:00
parent 6be0a8133a
commit cfaf7315de
7 changed files with 18 additions and 5 deletions

View File

@ -74,6 +74,7 @@ setup(
+ (
'black>=22.3.0',
'build>=0.7.0',
'isort>=5.11.4',
'pycountry>=19.8.18',
'pycountry-convert>=0.7.2',
'pyflakes>=2.2.0',