-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow PEP 561 - Distributing and Packaging Type Information (#95)
* PEP 561 is followed * redirect_uris are extended with pydantic.AnyHttpUrl
- Loading branch information
1 parent
7c84de4
commit 429e83b
Showing
4 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "fastapi-sso" | ||
version = "0.7.3" | ||
version = "0.7.4" | ||
description = "FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account)" | ||
authors = ["Tomas Votava <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -9,6 +9,7 @@ repository = "https://github.com/tomasvotava/fastapi-sso" | |
homepage = "https://tomasvotava.github.io/fastapi-sso/" | ||
documentation = "https://tomasvotava.github.io/fastapi-sso/" | ||
keywords = ["fastapi", "sso", "oauth", "google", "facebook", "spotify"] | ||
include = ["fastapi_sso/py.typed"] | ||
|
||
[tool.pytest.ini_options] | ||
testpaths = ["tests/"] | ||
|