fastapi doesn't get installed properly.
Open
- 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
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