diff options
author | BonfaceKilz | 2021-03-15 15:52:13 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-15 15:52:13 +0300 |
commit | ed71934115df46f9e929a55a5b8d21ed72890ff7 (patch) | |
tree | 4307f9c336929778eea1125fb99d31aecc3883d3 /guix.scm | |
parent | bff9b71dcdab6a4a01f48bc5ede7738d7cc10ca8 (diff) | |
download | genenetwork3-ed71934115df46f9e929a55a5b8d21ed72890ff7.tar.gz |
Add sqlalchemy-stubs as a requirement
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ ("python-scipy" ,python-scipy) ;; Remove one of these! ("python-sqlalchemy" ,python-sqlalchemy) + ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs) ("python-mysqlclient" ,python-mysqlclient) ;; This requires R in it's path ;; TODO: Remove! |