From 4e60c31520a14b843767cb1ad692441ca5614f8b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 21 Nov 2024 13:44:53 -0600 Subject: Add `authlib` and `pymonad` as dependencies. --- mypy.ini | 6 ++++++ pyproject.toml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/mypy.ini b/mypy.ini index acf7e33..2373597 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,4 +2,10 @@ mypy_path = stubs [mypy-MySQLdb.*] +ignore_missing_imports = True + +[mypy-authlib.*] +ignore_missing_imports = True + +[mypy-pymonad.*] ignore_missing_imports = True \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9b8d25f..0f70895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,8 @@ name = "gn-libs" dynamic = [] version = "0.0.0" dependencies = [ + "authlib", + "pymonad", "mysqlclient>=2.0.1" ] requires-python = ">=3.10" -- cgit v1.2.3