Skip to content

Commit 0117f7d

Browse files
committed
bump flickr_api dep to 0.5, to switch to SSL
1 parent 05e73ab commit 0117f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def readme():
66
return f.read()
77

88
setup(name='flickr_download',
9-
version='0.2.1',
9+
version='0.2.2',
1010
description='Download a Flickr set',
1111
long_description=readme(),
1212
url='https://github.com/beaufour/flickr-download.git',
@@ -15,7 +15,7 @@ def readme():
1515
license='MIT',
1616
packages=['flickr_download'],
1717
install_requires=[
18-
'flickr_api',
18+
'flickr_api==0.5',
1919
'python-dateutil == 1.5',
2020
'PyYAML==3.11',
2121
],

0 commit comments

Comments
 (0)