uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

Remove unnecessary submodules #300

Open bmyerz opened 8 years ago

bmyerz commented 8 years ago

@senderista and I discussed that

senderista commented 8 years ago

We should remove requests as well, in fact all third-party submodules should be converted into proper install dependencies. I will have to revisit the requests dependency (I converted it to a submodule because I couldn't find a release version corresponding to the commit that fixed my SSL issue).

jortiz16 commented 7 years ago

Currently, there's an issue with six -- that repository no longer exists. Seems to be ok if we replace with https://github.com/gsutil-mirrors/six for now but who knows how long that will be around for.

Any temporary fix for this would be great. I would help, but I don't know how to update submodules and I'm not sure what functionality we need from these dependencies.

senderista commented 7 years ago

d47ed0f temporarily fixed the six breakage by changing the remote to https://github.com/gsutil-mirrors/six.