diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1ca0589..c7dd028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["navanchauhan <navanchauhan@gmail.com>"] [tool.poetry.dependencies] -python = "^3.9" +python = ">=3.8" requests = "^2.27.1" SQLAlchemy = "^1.4.36" tqdm = "^4.64.0" |