Kong / Kong/analytics-agent-python
setup.py requires specific versions of dependencies
- 主要言語
- Python
- スター
- 3
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100