Skip to content

Commit

Permalink
Drop wget req and add option to set server download path
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Aug 9, 2024
1 parent f9730ed commit c06384a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions repo2data/repo2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ def __init__(self, data_requirement_file=None, use_server=False, data_requiremen

self.load_data_requirement(data_requirement_file)

def set_server_dst_folder(self,directory):
self._server_dst_folder = directory

def load_data_requirement(self, data_requirement_file):
"""Load the json data requirement file and set destination folder"""
# here we should load just a json data
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
awscli==1.21.0
patool==1.12
datalad==0.15.0
wget==3.2
pytest==6.2.0
osfclient==0.0.5
gdown==4.2.0
Expand Down

0 comments on commit c06384a

Please sign in to comment.