move markdown dep into pylib
This commit is contained in:
parent
d382b33585
commit
4b5944f181
@ -46,6 +46,7 @@ py_library(
|
|||||||
requirement("requests"),
|
requirement("requests"),
|
||||||
requirement("flask"),
|
requirement("flask"),
|
||||||
requirement("waitress"),
|
requirement("waitress"),
|
||||||
|
requirement("markdown"),
|
||||||
] + orjson_if_available(),
|
] + orjson_if_available(),
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -79,6 +80,7 @@ py_wheel(
|
|||||||
"requests[socks]",
|
"requests[socks]",
|
||||||
"decorator",
|
"decorator",
|
||||||
"protobuf",
|
"protobuf",
|
||||||
|
"markdown",
|
||||||
'orjson; platform_machine == "x86_64"',
|
'orjson; platform_machine == "x86_64"',
|
||||||
'psutil; sys_platform == "win32"',
|
'psutil; sys_platform == "win32"',
|
||||||
'distro; sys_platform != "darwin" and sys_platform != "win32"',
|
'distro; sys_platform != "darwin" and sys_platform != "win32"',
|
||||||
|
@ -50,7 +50,6 @@ aqt_deps = [
|
|||||||
requirement("flask-cors"),
|
requirement("flask-cors"),
|
||||||
requirement("waitress"),
|
requirement("waitress"),
|
||||||
requirement("send2trash"),
|
requirement("send2trash"),
|
||||||
requirement("markdown"),
|
|
||||||
requirement("jsonschema"),
|
requirement("jsonschema"),
|
||||||
"@pyqt5//:pkg",
|
"@pyqt5//:pkg",
|
||||||
] + select({
|
] + select({
|
||||||
@ -104,7 +103,6 @@ py_wheel(
|
|||||||
"beautifulsoup4",
|
"beautifulsoup4",
|
||||||
"requests",
|
"requests",
|
||||||
"send2trash",
|
"send2trash",
|
||||||
"markdown",
|
|
||||||
"jsonschema",
|
"jsonschema",
|
||||||
"flask",
|
"flask",
|
||||||
"flask_cors",
|
"flask_cors",
|
||||||
|
Loading…
Reference in New Issue
Block a user