Skip to content

Commit

Permalink
📌 pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mason3k committed Dec 16, 2023
1 parent e660a18 commit 53a6b65
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "fastapi-demo"
version = "1.0.0"
description = "A basic web api with hot sauce sample data 🌶️"
requires-python = ">=3.10"

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

dependencies = [
"fastapi",
"pydantic"
Expand Down
31 changes: 31 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
#
annotated-types==0.6.0
# via pydantic
anyio==3.7.1
# via
# fastapi
# starlette
fastapi==0.105.0
# via fastapi-demo (pyproject.toml)
idna==3.6
# via anyio
pydantic==2.5.2
# via
# fastapi
# fastapi-demo (pyproject.toml)
pydantic-core==2.14.5
# via pydantic
sniffio==1.3.0
# via anyio
starlette==0.27.0
# via fastapi
typing-extensions==4.9.0
# via
# fastapi
# pydantic
# pydantic-core

0 comments on commit 53a6b65

Please sign in to comment.