DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

Trufflehog gitdb dependency fix #106

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

gitdb upgrade to 3.0.2 breaks trufflehog's imports

so we need to pin gitdb2 to a version that doesn't break trufflehog's imports, namely 3.0.0

pip install gitdb2==3.0.0 truffleHog==2.0.99

instead of

pip install trufflehog

Also see https://github.com/dxa4481/truffleHog/issues/200

Closes #107