Skip to content

Commit

Permalink
Added boto3 in setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Jan 17, 2024
1 parent b42015c commit d18f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
package_data={'tileclipper': ['tileclipper/docs/user_guide.md']},
license='GPLv3',
url='https://github.com/sijandh35/tileclipper',
install_requires=['requests==2.31.0','pyproj==3.6.1','tqdm==4.66.1'],
install_requires=['requests==2.31.0','pyproj==3.6.1','tqdm==4.66.1', "boto3==1.24.54"],
keywords=['map', 'tile', 'clip', 'download', 'tileclipper'],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit d18f0a2

Please sign in to comment.