Skip to content

Remove duplicate entries from requirements.txt#854

Open
shiwani42 wants to merge 1 commit intoOWASP:mainfrom
shiwani42:fix/duplicate-requirements
Open

Remove duplicate entries from requirements.txt#854
shiwani42 wants to merge 1 commit intoOWASP:mainfrom
shiwani42:fix/duplicate-requirements

Conversation

@shiwani42
Copy link
Copy Markdown

Summary

Fixes #853

requirements.txt had accumulated duplicate package entries from separate commits that each added packages without checking for existing entries.

Removed duplicates:

  • playwright (second occurrence)
  • psycopg2-binary (second occurrence)
  • pygithub (kept PyGithub)
  • python_markdown_maker (kept python-markdown-maker)
  • scikit_learn (kept scikit-learn)
  • setuptools (second occurrence)
  • SQLAlchemy (second occurrence)
  • compliance-trestle (second occurrence)

neo4j and neomodel were verified as distinct packages and are not affected.

Test plan

  • sort requirements.txt | uniq -di returns no output
  • pip install -r requirements.txt completes without conflicts

requirements.txt had accumulated duplicate package entries from separate
commits that each added packages without checking for existing entries.

Removed duplicates: playwright, psycopg2-binary, pygithub (kept PyGithub),
python_markdown_maker (kept python-markdown-maker), scikit_learn (kept
scikit-learn), setuptools, SQLAlchemy, compliance-trestle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicate entries in requirements.txt

1 participant