diff options
-rw-r--r-- | mypy.ini | 3 | ||||
-rwxr-xr-x | setup.py | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 15c4b44..89a6200 100644 --- a/mypy.ini +++ b/mypy.ini @@ -71,4 +71,7 @@ ignore_missing_imports = True ignore_missing_imports = True [mypy-flask_cors.*] +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 023c2a2..c1e4fd5 100755 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup(author="Frederick M. Muriithi", "requests==2.25.1" "flask-cors==3.0.9" "xapian-bindings" + "gn-libs>=0.0.0" ], include_package_data=True, packages=find_packages( |