diff options
| -rw-r--r-- | sherlock.scm | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sherlock.scm b/sherlock.scm index a6ed1de..3cc567d 100644 --- a/sherlock.scm +++ b/sherlock.scm @@ -126,11 +126,18 @@ #:phases #~(modify-phases %standard-phases (delete 'sanity-check) ;we're going crazy, since sanity crashes. ))) - (native-inputs (list python-poetry-core )) - (propagated-inputs (list)) + (propagated-inputs (list python-certifi + python-colorama + python-openpyxl + python-pandas + python-pysocks + python-requests + python-requests-futures + python-stem + python-torrequest)) (home-page "https://sherlockproject.xyz/") (synopsis "Hunt down social media accounts by username across social networks") |
