Skip to content

Commit

Permalink
Replace FastAPI by Starlette in module requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
armanddidierjean committed Aug 14, 2024
1 parent 4202a2d commit 5625fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: FastAPI",
]
dependencies = ["fastapi>=0.110.1"]
dependencies = ["starlette>=0.37"]

[project.urls]
Source = "https://github.com/aeecleclair/CalypSSO"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mypy==1.10.0
ruff==0.4.10
fastapi>=0.110.1 # NOTE: FAstAPI version must be the same as pyproject.toml's dependencies configuration
starlette>=0.37 # NOTE: Starlette version must be the same as pyproject.toml's dependencies configuration

0 comments on commit 5625fb4

Please sign in to comment.