pipreqs not recognizing pycairo
Open
- Dominant language
- Python
- Stars
- 7.5k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
I have an `import cairo` call in one of my .py files in my project. Running `pipreqs --force` does not result in a requirements.txt file containing pycairo.
Contributor guide
Research direction
Start by tracing how pipreqs maps the `import cairo` name to a package when running `pipreqs --force`. Check the existing import-to-distribution data and related behavior, then verify that a generated requirements.txt includes `pycairo` for a project containing that import.
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
- 35/100