Skip to content

Commit

Permalink
change template ci from poetry-lock to poetry-check
Browse files Browse the repository at this point in the history
  • Loading branch information
kdutia committed Mar 20, 2024
1 parent 9b2e07f commit f584a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.repo_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "{{cookiecutter.repo_name}}"
version = "0.1.0"
description = ""
authors = ["CPR-tech-team <tech@climatepolicyradar.org>"]
authors = ["CPR Data Science <dsci@climatepolicyradar.org>"]

[tool.poetry.dependencies]
python = "^3.9"
python = "~3.10"
uvicorn = {extras = ["standard"], version = "^0.20.0"}
fastapi = "^0.92.0"

Expand Down

0 comments on commit f584a51

Please sign in to comment.