Skip to content

Commit 3c31995

Browse files
committed
Fixed requirements earthengine-api path
1 parent c53423d commit 3c31995

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

dist/geeadd-0.4.2.tar.gz

-13.5 KB
Binary file not shown.
22.7 KB
Binary file not shown.

dist/geeadd-0.4.3.tar.gz

13.5 KB
Binary file not shown.

geeadd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = 'Samapriya Roy'
44
__email__ = '[email protected]'
5-
__version__ = '0.4.2'
5+
__version__ = '0.4.3'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
logzero>=1.5.0
22
requests>=2.22.0
3-
earthengine_api>=0.1.217
3+
earthengine-api>=0.1.217
44
beautifulsoup4>=4.9.0
55
GitPython>=3.1.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
setup(
55
name='geeadd',
6-
version='0.4.2',
6+
version='0.4.3',
77
packages=['geeadd'],
88
url='https://github.com/samapriya/gee_asset_manager_addon',
9-
install_requires=['earthengine_api>=0.1.217','requests>=2.22.0','logzero>=1.5.0',
9+
install_requires=['earthengine-api>=0.1.217','requests>=2.22.0','logzero>=1.5.0',
1010
'beautifulsoup4>=4.9.0','GitPython>=3.1.1'],
1111
license='Apache 2.0',
1212
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)