diff --git a/{{ cookiecutter.repo_name }}/pyproject.toml b/{{ cookiecutter.repo_name }}/pyproject.toml index 03682a7..8baac0b 100644 --- a/{{ cookiecutter.repo_name }}/pyproject.toml +++ b/{{ cookiecutter.repo_name }}/pyproject.toml @@ -2,10 +2,10 @@ name = "{{cookiecutter.repo_name}}" version = "0.1.0" description = "" -authors = ["CPR-tech-team "] +authors = ["CPR Data Science "] [tool.poetry.dependencies] -python = "^3.9" +python = "~3.10" uvicorn = {extras = ["standard"], version = "^0.20.0"} fastapi = "^0.92.0"