bndr / bndr/pipreqs

fastapi doesn't get installed properly.

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

Description

when i import the "fastapi" module, pipreqs installs the package "fastapi", when it should install "fastapi[standard]".

Contributor guide

Open the contributing guide

Research direction

Begin with a minimal project that imports fastapi, then run pipreqs and inspect the generated requirement. Trace how the import is mapped to the package name; done means the generated requirement requests fastapi[standard] rather than only fastapi.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.