Kong / Kong/analytics-agent-python
setup.py requires specific versions of dependencies
- Dominant language
- Python
- Stars
- 3
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Installing mashape-analytics alongside other packages can be problematic if those other packages have some common dependencies but with different version requirements.
Instead of requiring specific versions like this:
` install_requires=[
'pytz==2016.4',
'requests==2.9.1',
'six==1.10.0',
'ujson==1.35',
'Werkzeug==0.11.9',
],`
...can dependencies by specified as minimum versions wherever possible?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in setup.py and inspect the install_requires entries listed in the issue. Check which exact dependency versions can be changed to minimum versions without losing the package's stated compatibility. Done means the overly restrictive requirements are relaxed where possible and the package can still be installed with its dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100