diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6734f7e..08af9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ authors = [ readme = "README.md" requires-python = ">=3.13" dependencies = [ + "cherrypy (>=18.10.0,<19.0.0)", + "requests (>=2.32.5,<3.0.0)", + "mariadb (>=1.1.14,<2.0.0)" ] [tool.poetry] |
