diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-02 12:47:08 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-02 12:47:08 -0700 |
commit | 03499fc0b7efa75581c6c3eff40b47f2e4db58e0 (patch) | |
tree | 999467a1ea6588c3c2d4d1c71ab97970bc7b7348 /continuedev/pyproject.toml | |
parent | 4871ff4f6e579570613887b2570ae6dd86d83684 (diff) | |
download | sncontinue-03499fc0b7efa75581c6c3eff40b47f2e4db58e0.tar.gz sncontinue-03499fc0b7efa75581c6c3eff40b47f2e4db58e0.tar.bz2 sncontinue-03499fc0b7efa75581c6c3eff40b47f2e4db58e0.zip |
ssl certificate fix
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index e33627e7..6727e29a 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Nate Sesti <sestinj@gmail.com>"] readme = "README.md" [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" diff-match-patch = "^20230430" fastapi = "^0.95.1" typer = "^0.7.0" |