summaryrefslogtreecommitdiff
path: root/continuedev/pyproject.toml
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-02 12:47:08 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-02 12:47:08 -0700
commita86933aec5243584def582150bbba1a926be9fda (patch)
treeb324b2f416aeb32e408cf84816952c1d72ccefd0 /continuedev/pyproject.toml
parent452af6002addd67d7047ce4faa39a680ef2b4439 (diff)
downloadsncontinue-a86933aec5243584def582150bbba1a926be9fda.tar.gz
sncontinue-a86933aec5243584def582150bbba1a926be9fda.tar.bz2
sncontinue-a86933aec5243584def582150bbba1a926be9fda.zip
ssl certificate fix
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r--continuedev/pyproject.toml2
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"