From 1718ff1bf4611e05d2fb952240369e27fe1504bd Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 4 Jan 2025 01:34:35 +0000 Subject: Implement downloader in python too. Passing cookies to wget on the command line is a security risk. On a shared machine, other users can see your full command line. Passing it in using the --load-cookies option is too tedious—the file format required is archaic and hard to replicate by hand. So, we simply implement the downloader in python too. In any case, this makes for a more cohesive user experience. --- manifest.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.scm') diff --git a/manifest.scm b/manifest.scm index d07898a..87ee2ec 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,2 +1,2 @@ (specifications->manifest - (list "python" "python-globus-sdk")) + (list "python" "python-globus-sdk" "python-requests")) -- cgit v1.2.3