Kong / Kong/analytics-agent-python
setup.py requires specific versions of dependencies
- Ngôn ngữ chính
- Python
- Star
- 3
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- build-system
- Loại issue
- Lỗi
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 42/100