diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 11:48:50 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-05-22 11:48:50 -0600 |
commit | eeb5b2cf568340cecf0312bbf4f068dad5dfb41c (patch) | |
tree | 07b99c970294d89c4737cfbc9d5607431ed6a279 /pyproject.toml | |
parent | 38ff7d77ac07a71db6c737a167bdf80c69921070 (diff) |
updated dependencies
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" |