Skip to content

Commit

Permalink
updated requirements.txt and added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
EmbeddedHenni committed Nov 3, 2019
1 parent 63f4465 commit 279a9d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pycurl>=7.43.0
certifi>=2019.9.11
5 changes: 4 additions & 1 deletion sentinel5dl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
logger = logging.getLogger(__name__)

ca_info = None

'''In order to use https, pycurl needs to utilize a certificate bundle.
One may be supplied by your operating system,
but if not, consider using certifi.where()
'''

def __md5(filename):
'''Generate the md5 sum of a file
Expand Down

0 comments on commit 279a9d8

Please sign in to comment.