Hala Ali

Results 3 issues of Hala Ali

## Description The current `process_setup_py()` method only detects dependencies wrapped in quotes within list syntax: `pythoninstall_requires = ["django==4.2.23", "CairoSVG==2.7.1"]` However, many Python projects define dependencies using multiline strings followed by...

## Bug Description The `--python` parameter doesn't work when using tilde (`~`) expansion in file paths. ## Steps to Reproduce ```sbom4python --use-pip --python ~/path/to/venv/bin/python3.9 --system --sbom cyclonedx --format json --output-file...

bug

## Description The source distribution (sdist) of fsociety fails to install from source because setup.py references requirements.txt and requirements-dev.txt files that are not included in the distribution. ## Steps to...