diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |