sybrenstuvel / flickrapi

Python Flickr API implementation
https://stuvel.eu/flickrapi
Other
155 stars 33 forks source link

Add missing tests dependency #143

Closed beaufour closed 1 year ago

beaufour commented 1 year ago

test_flickrapi.py depends on pkg_resources, so adding setuptools as a dev dependency

(and ignores the pytest cache directory while at it)