Skip to content

Commit

Permalink
Fix missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
hevp committed Nov 12, 2019
1 parent abe72c1 commit 7d8b425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repository-download.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import sys, os, getopt
import sys, os, getopt, time

class Config:
DEBUG = False
Expand Down Expand Up @@ -75,7 +75,7 @@ def warning(msg):

SERVICE = "SURF Data Repository"
TITLE = SERVICE + " download tool"
VERSION = "1.0-beta-4"
VERSION = "1.0.1"

TDR_API = 'api'
TDR_API_OBJECTS = 'api/objects/%s'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cchardet==2.1.4
simplejson==3.16.0
requests==2.22.0
cchardet==2.1.4

0 comments on commit 7d8b425

Please sign in to comment.