Kong / Kong/analytics-agent-python

setup.py requires specific versions of dependencies

Aperta
#8 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
3
Fork
3
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python
Ambito
build-system
Tipo di issue
Bug
Difficoltà
2/5
Tempo stimato
1-3 ore
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
42/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.