No unified requirements.txt or pyproject.toml at project root #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The project has no top-level dependency manifest. Dependencies are scattered:
clean-text-to-keywords/requirements.txt— onlyspacy>=3.7.0andyake>=0.4.2text-cleaner/needsnltkbut has no requirements file at allcard_generator_adapter.pyneedsdiffusers,torch,peft,transformers,accelerate,safetensorsapp.pyneedsstreamlit,Pillowfetch_card.pyneedstcgdexsdk,PillowProblems
pip installcommandFix
Create a
pyproject.tomlor rootrequirements.txtwith all dependencies, optionally with extras: