Skip to content

Commit d18f0a2

Browse files
committed
Added boto3 in setup requirements
1 parent b42015c commit d18f0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
package_data={'tileclipper': ['tileclipper/docs/user_guide.md']},
1414
license='GPLv3',
1515
url='https://github.com/sijandh35/tileclipper',
16-
install_requires=['requests==2.31.0','pyproj==3.6.1','tqdm==4.66.1'],
16+
install_requires=['requests==2.31.0','pyproj==3.6.1','tqdm==4.66.1', "boto3==1.24.54"],
1717
keywords=['map', 'tile', 'clip', 'download', 'tileclipper'],
1818
classifiers=[
1919
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)