BONSAMURAIS / BONSAMURAIS/arborist
Missing package versioning info
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Every package in the requirements file should have attached versioning information.
Some users will not use a virtual environment to run this software, but just run it on their native systems.
If an older (not compatible) version of a package is already installed on their system, they are out of luck.
Therefore, we should provide the required version for each required python package.
This problem is recurring in the EXIOBASE-conversion-software and the YSTAFDB repositories.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating and reading the requirements file and checking how each Python dependency is currently declared. Update the dependency entries so every required package includes versioning information, then verify that the resulting file covers all listed packages and supports installation outside a virtual environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100