We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42015c commit d18f0a2Copy full SHA for d18f0a2
setup.py
@@ -13,7 +13,7 @@
13
package_data={'tileclipper': ['tileclipper/docs/user_guide.md']},
14
license='GPLv3',
15
url='https://github.com/sijandh35/tileclipper',
16
- 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"],
17
keywords=['map', 'tile', 'clip', 'download', 'tileclipper'],
18
classifiers=[
19
'Development Status :: 3 - Alpha',
0 commit comments