alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
57 stars 14 forks source link

Implement Tier-3 whitelist #328

Closed jemrobinson closed 5 years ago

jemrobinson commented 5 years ago

Following on from #312, we need to implement a whitelisted set of package mirrors. Initially this will be

jemrobinson commented 5 years ago

OK. That's a nice, large list of packages, but it definitely includes some non-packages. Examples include:

Maybe running this list through pip search or similar could help identify which are really packages? Alternatively, you can always use conda search <package> --info to get all direct dependencies of all versions of the package on conda (not necessarily the same as all versions available through pip).