Skip to content

Commit

Permalink
fix: move dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Jan 29, 2023
1 parent 34b8fb1 commit 1e51fce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ pytest-asyncio = "^0.20.3"
Faker = "^16.6.1"
unasync-cli = "^0.0.9"
python-semantic-release = "^7.32.2"
PyGithub = "^1.57"

[tool.poetry.group.dev.dependencies]
pygithub = "^1.57"

[tool.semantic_release]
version_variable = "gotrue/__init__.py:__version__"
Expand Down

0 comments on commit 1e51fce

Please sign in to comment.