diff options
-rw-r--r-- | gn3/settings.py | 1 | ||||
-rw-r--r-- | guix.scm | 2 | ||||
-rw-r--r-- | setup.py | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/gn3/settings.py b/gn3/settings.py index 57c63df..0a6d03b 100644 --- a/gn3/settings.py +++ b/gn3/settings.py @@ -17,7 +17,6 @@ RQTL_WRAPPER = "rqtl_wrapper.R" SQL_URI = os.environ.get( "SQL_URI", "mysql://webqtlout:webqtlout@localhost/db_webqtl") SECRET_KEY = "password" -SQLALCHEMY_TRACK_MODIFICATIONS = False # gn2 results only used in fetching dataset info GN2_BASE_URL = "http://www.genenetwork.org/" @@ -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) @@ -19,7 +19,6 @@ setup(author='Bonface M. K.', "redis==3.5.3" "requests==2.25.1" "scipy==1.6.0" - "sqlalchemy-stubs==0.4" "plotly==4.14.3" "flask-cors==3.0.9" ], |