diff options
author | BonfaceKilz | 2021-02-16 20:00:02 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-02-16 20:00:02 +0300 |
commit | 9e638622d93cc405ecd14c3a5f4288e08aecdddb (patch) | |
tree | 55c58f5f7260d9f88a7904d42faf2215aa0709a4 /guix.scm | |
parent | 5901528848acbc82ad57bdb6f4c25c51a52ead5c (diff) | |
download | genenetwork3-9e638622d93cc405ecd14c3a5f4288e08aecdddb.tar.gz |
Add python-bcrypt as a dependency
* guix.scm: Add python-bcrypt.
* requirements.txt: Ditto.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ (gnu packages databases) (gnu packages python) (gnu packages python-check) + (gnu packages python-crypto) (gnu packages python-web) (gnu packages python-xyz) ((guix build utils) #:select (with-directory-excursion)) @@ -63,6 +64,7 @@ #:recursive? #t #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) + ("python-bcrypt" ,python-bcrypt) ("python" ,python-wrapper) ("python-flask" ,python-flask) ("python-pylint" python-pylint) |