Skip to content

Commit

Permalink
Included packaging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cordmaur committed Apr 26, 2021
1 parent 6168969 commit 26da207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'matplotlib>=3.3',
'PyPDF2>=1.26',
'lxml>=4.5.0',
'pillow>=7.0.0'
'pillow>=7.0.0',
'packaging'
]
)
2 changes: 1 addition & 1 deletion waterdetect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# todo: Implement logging
# import logging
__version__ = '1.5.6'
__version__ = '1.5.7'

class DWProducts:
Landsat8_USGS = 'L8_USGS'
Expand Down

0 comments on commit 26da207

Please sign in to comment.