[chore] pypdf and bs4 by default in package (#1038)

This commit is contained in:
Sidharth Mohanty
2023-12-20 23:14:30 +05:30
committed by GitHub
parent 1020a4121f
commit a1394ce32e
2 changed files with 4 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ clean:
lint:
poetry run ruff .
# for example: make test file=tests/test_factory.py
test:
poetry run pytest $(file)