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 /setup.py | |
| 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 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 98a076f..55b4be2 100644 --- a/setup.py +++ b/setup.py @@ -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" ], |
