bndr / bndr/pipreqs

scikitplot: incorrect extra requirement

Open
#218 2 comments 0 reactions 0 assignees View on GitHub
mapping
Dominant language
Python
Stars
7.5k
Forks
424
PR merge metrics
No merged PRs in 30d

Description

```
user@host:~> mkdir temp
user@host:~> cd temp
user@host:~/temp> echo import scikitplot > bug.py
user@host:~/temp> pipreqs
INFO: Successfully saved requirements file in /home/bers/temp/requirements.txt
user@host:~/temp> more requirements.txt
scikit_plot==0.3.7
scikitplot==0.1.1
```

The last line should not be there.

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue using the commands and import shown in the report, then trace pipreqs' dependency-name resolution and requirements generation. Done means the generated requirements.txt no longer includes the extra scikitplot entry; no source file or test is named, so locating the relevant code and adding coverage will require repository investigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.