diff options
author | Arun Isaac | 2021-11-16 12:44:22 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-16 12:44:22 +0530 |
commit | 8c72fa0cfdccb55e22b98b5f242f07d530e7c573 (patch) | |
tree | 4ff016d057cef628ea235614c86ab86c4df2bf0a /guix.scm | |
parent | f566d9eb1d4e12d7e7a6ef319c39760f5726578e (diff) | |
download | genenetwork3-8c72fa0cfdccb55e22b98b5f242f07d530e7c573.tar.gz |
Remove sqlalchemy.
* gn3/settings.py (SQLALCHEMY_TRACK_MODIFICATIONS): Delete variable.
* guix.scm (genenetwork3)[propagated-inputs]: Remove python-sqlalchemy-stubs.
* setup.py: Remove sqlalchemy-stubs from install_requires.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -79,8 +79,6 @@ ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) ("python-flask-socketio" ,python-flask-socketio) - ("python-sqlalchemy-stubs" - ,python-sqlalchemy-stubs) ("r-optparse" ,r-optparse) ("r-qtl" ,r-qtl) ("r-stringi" ,r-stringi) |