Forgot to join deps
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
7.0.1
|
||||
Reference in New Issue
Block a user