Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
natthasath committed Mar 10, 2023
1 parent 20d9181 commit 180af1c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🎉 Template Python FastAPI
# 🎉 Template Python FastAPI API Key

An API key is a unique identifier used to authenticate a user or application to access an API or web-based service. It is typically sent as a parameter or header in API requests and is used for simple authentication to access public APIs or services.

Expand Down
86 changes: 43 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "template-python-fastapi"
name = "template-python-fastapi-apikey"
version = "0.1.0"
description = ""
authors = ["Natthasath Saksupanara <natthasath.sak@gmail.com>"]
license = "MIT License"
readme = "README.md"
packages = [{include = "template_python_fastapi"}]
packages = [{include = "template_python_fastapi_apikey"}]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 180af1c

Please sign in to comment.