We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f2531 commit fa2bbc0Copy full SHA for fa2bbc0
setup.py
@@ -58,7 +58,6 @@
58
"beautifulsoup4",
59
"PyYAML",
60
"python-dateutil",
61
- "pyppeteer",
62
"httpx",
63
],
64
# deprecated: dependency_links=dependency_links,
src/best_of/generators/__init__.py
@@ -1,7 +1,7 @@
1
from typing import List, Optional
2
3
from best_of import utils
4
-from best_of.generators import base_generator, markdown_gallery, markdown_list
+from best_of.generators import base_generator, markdown_list
5
6
AVAILABLE_GENERATORS: List[base_generator.BaseGenerator] = [
7
markdown_list.MarkdownListGenerator(),
0 commit comments