We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d68b57 commit 8f0528dCopy full SHA for 8f0528d
setup.py
@@ -46,18 +46,6 @@
46
"uvicorn", # api
47
"python-multipart",
48
],
49
- 'slim': [
50
- "curl_cffi>=0.6.2",
51
- "certifi",
52
- "duckduckgo-search>=5.0" ,# internet.search
53
- "beautifulsoup4", # internet.search and bing.create_images
54
- "aiohttp_socks", # proxy
55
- "pillow", # image
56
- "cairosvg", # svg image
57
- "werkzeug", "flask", # gui
58
- "fastapi", # api
59
- "uvicorn", # api
60
- ],
61
"image": [
62
"pillow",
63
"cairosvg",
@@ -78,13 +66,13 @@
78
66
"api": [
79
67
"loguru", "fastapi",
80
68
"uvicorn",
69
+ "python-multipart",
81
70
82
71
"gui": [
83
72
"werkzeug", "flask",
84
73
"beautifulsoup4", "pillow",
85
74
"duckduckgo-search>=5.0",
86
75
"browser_cookie3",
87
- "python-multipart",
88
76
89
77
"search": [
90
0 commit comments