File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ pyinstaller ^
8181 --collect-all=starlette ^
8282 --collect-all=pydantic ^
8383 --collect-all=websockets ^
84+ --collect-all=pandas ^
85+ --collect-all=numpy ^
86+ --collect-all=pandarallel ^
87+ --collect-all=inflection ^
88+ --collect-all=networkx ^
89+ --collect-all=dataclasses_json ^
90+ --collect-all=rdflib ^
8491 --paths " ..\.." ^
8592 --paths " ..\..\synapseclient" ^
8693 --console ^
Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ build_python_backend() {
8282 --collect-all=starlette \
8383 --collect-all=pydantic \
8484 --collect-all=websockets \
85+ --collect-all=pandas \
86+ --collect-all=numpy \
87+ --collect-all=pandarallel \
88+ --collect-all=inflection \
89+ --collect-all=networkx \
90+ --collect-all=dataclasses_json \
91+ --collect-all=rdflib \
8592 --paths " ../.." \
8693 --paths " ../../synapseclient" \
8794 --console \
Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ electron =
139139 python-multipart>=0.0.6
140140 uvicorn>=0.24.0
141141 websockets>=12.0
142+ %(curator)s
142143
143144[options.entry_points]
144145console_scripts =
You can’t perform that action at this time.
0 commit comments