Skip to content

Commit

Permalink
Merge pull request #20 from CrocoFactory/dev
Browse files Browse the repository at this point in the history
Adding social plugin
  • Loading branch information
blnkoff authored Nov 9, 2024
2 parents 96cbac1 + 445e5b3 commit 423fdfd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Clear directory
run: rm -rf dist
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ nav:
- Sensei People: people.md

plugins:
social:
mkdocstrings:
handlers:
python:
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ mkdocs-material = "^9.5.39"
markdown-include-variants = "^0.0.2"
mkdocstrings-python = "^1.12.2"
mdx-include = "^1.4.2"
pillow = "10.2"
cairosvg = "2.6"

[tool.poetry.group.dev.dependencies]
build = "^1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion sensei/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .cases import *
from .client import RateLimit, Manager
from .types import Json
from httpx import Client, AsyncClient
from httpx import Client, AsyncClient

0 comments on commit 423fdfd

Please sign in to comment.