aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-11-22 12:14:03 -0600
committerFrederick Muriuki Muriithi2024-11-22 12:14:03 -0600
commit82fb92db448f1985b821193bcfdee72d512e27bb (patch)
tree276f995fd96e4a4d0771617cff8e9e753e141e46
parentac78c38f9fa10a82e72cf9686b89e0d93fb85f0d (diff)
downloadgn-uploader-82fb92db448f1985b821193bcfdee72d512e27bb.tar.gz
Add gn-libs as a dependency.
-rw-r--r--mypy.ini3
-rw-r--r--setup.py1
2 files changed, 4 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 6ebd850..7bed360 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -40,4 +40,7 @@ ignore_missing_imports = True
ignore_missing_imports = True
[mypy-flask_session.*]
+ignore_missing_imports = True
+
+[mypy-gn_libs.*]
ignore_missing_imports = True \ No newline at end of file
diff --git a/setup.py b/setup.py
index 5b2e9fb..1932feb 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ setup(
"redis",
"Flask",
"pyyaml",
+ "gn-libs",
"gunicorn",
"jsonpickle",
"mysqlclient"],