Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion minecode/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
# These are the list of supported addon pipelines to run when we scan a Package for
# indexing.
SUPPORTED_ADDON_PIPELINES = (
'collect_symbols',
'collect_pygments_symbols',
'collect_source_strings',
'collect_symbols',
'collect_tree_sitter_symbols',
'inspect_elf_binaries',
)

Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ container-inspector==32.0.1
crispy-bootstrap3==2024.1
crontab==1.0.1
cryptography==42.0.5
cyclonedx-python-lib==7.1.0
cyclonedx-python-lib==7.3.0
debian_inspector==31.1.0
defusedxml==0.7.1
Deprecated==1.2.14
Expand Down Expand Up @@ -74,7 +74,7 @@ lxml==5.2.1
Markdown==3.5.1
markdown-it-py==3.0.0
MarkupSafe==2.1.5
matchcode-toolkit==4.0.0
matchcode-toolkit==4.1.0
mdurl==0.1.2
mock==5.1.0
more-itertools==10.2.0
Expand Down Expand Up @@ -128,15 +128,15 @@ rq-scheduler==0.13.1
rubymarshal==1.0.3
saneyaml==0.6.0
scancode-toolkit @ git+https://github.com/nexB/scancode-toolkit.git@684360f2ca01bc676368bc8621eed65065bf0f11
scancodeio @ git+https://github.com/nexB/scancode.io.git@ab68916b5fc73f9b054f4513dec0a9798e0e795f
scancodeio @ git+https://github.com/nexB/scancode.io.git@58a45cc67d504401693ccca43bb6e2cca98fbe60
semantic-version==2.10.0
semver==3.0.2
setuptools==69.5.1
six==1.16.0
smmap==5.0.1
sortedcontainers==2.4.0
soupsieve==2.5
source-inspector==0.3.0
source-inspector==0.5.0
spdx-tools==0.8.2
sqlparse==0.5.0
text-unidecode==1.3
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ install_requires =
rubymarshal == 1.0.3
scancode-toolkit[packages] @ git+https://github.com/nexB/scancode-toolkit.git@684360f2ca01bc676368bc8621eed65065bf0f11
urlpy == 0.5
matchcode-toolkit == 4.0.0
matchcode-toolkit == 4.1.0
univers == 30.11.0
scancodeio @ git+https://github.com/nexB/scancode.io.git@ab68916b5fc73f9b054f4513dec0a9798e0e795f
scancodeio @ git+https://github.com/nexB/scancode.io.git@58a45cc67d504401693ccca43bb6e2cca98fbe60
setup_requires = setuptools_scm[toml] >= 4

python_requires = >=3.8
Expand Down