wileyalt / kissanime_dl

web-crawler / package manager / kissanime downloader
MIT License
24 stars 7 forks source link

Requests dependency obsolete #8

Closed hex007 closed 8 years ago

hex007 commented 8 years ago
pkg_resources.DistributionNotFound: The 'requests==2.9.1' distribution was not found and is required by kissanime-dl

Current version of installed requests is 2.10

hex007 commented 8 years ago

Fixed in commit 1eaaf97958890f997856cb6e54f2b456dfbeb18a

hex007 commented 8 years ago

Dependencies are still obsolete. Currently running new versions of packages

wileyyugioh commented 8 years ago

fixed in https://github.com/wileyyugioh/kissanime_dl/commit/cedfd2b0f9dcf0254b6a0267b206dbec02d50a1d

hex007 commented 7 years ago

@wileyyugioh Requests dependency can use ">=" format as it is always running behind with every install

wileyyugioh commented 7 years ago

Generally I don't like to do that because pinning versions prevents code from breaking every time a library is updated but since requests is pretty stable I'll make an exception.

wileyyugioh commented 7 years ago

fixed in 8181ac520f31e12318f467ff7c89a1143e0631e9