Skip to content

Commit

Permalink
chore: remove pylint from runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvotava committed Feb 20, 2024
1 parent 1c3fcc3 commit b5954b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-sso"
version = "0.12.0"
version = "0.12.1"
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 <info@tomasvotava.eu>"]
readme = "README.md"
Expand Down Expand Up @@ -79,7 +79,6 @@ httpx = ">=0.23.0"
oauthlib = ">=3.1.0"
pydantic = { extras = ["email"], version = ">=1.8.0" }
python = ">=3.8,<4.0"
pylint = "^3.0.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit b5954b9

Please sign in to comment.