Added pluggy and first hook, register_commands - refs #569, #567

This commit is contained in:
Simon Willison 2023-07-22 12:04:31 -07:00
commit b379a2a0c3
11 changed files with 224 additions and 2 deletions

View file

@ -29,6 +29,7 @@ setup(
"click-default-group-wheel",
"tabulate",
"python-dateutil",
"pluggy",
],
extras_require={
"test": ["pytest", "black", "hypothesis", "cogapp"],
@ -45,6 +46,7 @@ setup(
"types-click",
"types-tabulate",
"types-python-dateutil",
"types-pluggy",
"data-science-types",
],
"flake8": ["flake8"],