(fix) pyproject, streamlit errors

This commit is contained in:
ishaan-jaff 2023-12-29 13:35:57 +05:30
parent f47bc7dfa0
commit 68868f065c

View file

@ -7,7 +7,7 @@ license = "MIT License"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8.1"
python = ">=3.8.1,<3.9.7 || >3.9.7"
openai = ">=1.0.0"
python-dotenv = ">=0.2.0"
tiktoken = ">=0.4.0"