Forgot to join deps

This commit is contained in:
2026-01-01 15:37:20 +01:00
parent 8a1fc05791
commit 826b1e979d
114 changed files with 9437 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
.github/workflows/python.yml
.gitignore
.gitlab-ci.yml
.openapi-generator-ignore
.travis.yml
README.md
board_mate/__init__.py
board_mate/auth/__init__.py
board_mate/auth/api/__init__.py
board_mate/auth/api/auth_api.py
board_mate/auth/api_client.py
board_mate/auth/api_response.py
board_mate/auth/configuration.py
board_mate/auth/exceptions.py
board_mate/auth/models/__init__.py
board_mate/auth/models/auth_request_dto.py
board_mate/auth/models/auth_response_dto.py
board_mate/auth/models/response_body_auth_response_dto.py
board_mate/auth/py.typed
board_mate/auth/rest.py
docs/AuthApi.md
docs/AuthRequestDto.md
docs/AuthResponseDto.md
docs/ResponseBodyAuthResponseDto.md
git_push.sh
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_auth_api.py
test/test_auth_request_dto.py
test/test_auth_response_dto.py
test/test_response_body_auth_response_dto.py
tox.ini

View File

@@ -0,0 +1 @@
7.0.1