From 150268b11db1886b3c6e0e024e941237f58c7c40 Mon Sep 17 00:00:00 2001 From: fluzzi Date: Fri, 14 Apr 2023 13:40:44 -0300 Subject: [PATCH] update requirements --- connpy/_version.py | 2 +- setup.cfg | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/connpy/_version.py b/connpy/_version.py index efffa74..d9cad31 100644 --- a/connpy/_version.py +++ b/connpy/_version.py @@ -1,2 +1,2 @@ -__version__ = "3.0.2" +__version__ = "3.0.3" diff --git a/setup.cfg b/setup.cfg index d1bdc5c..682bc52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,6 +28,8 @@ install_requires = inquirer pexpect pycryptodome + Flask + waitress [options.extras_require] fuzzysearch = pyfzf