Forgot to join deps
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
.github/workflows/python.yml
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
.openapi-generator-ignore
|
||||
.travis.yml
|
||||
README.md
|
||||
board_mate/__init__.py
|
||||
board_mate/game/__init__.py
|
||||
board_mate/game/api/__init__.py
|
||||
board_mate/game/api/game_api.py
|
||||
board_mate/game/api_client.py
|
||||
board_mate/game/api_response.py
|
||||
board_mate/game/configuration.py
|
||||
board_mate/game/exceptions.py
|
||||
board_mate/game/models/__init__.py
|
||||
board_mate/game/models/game_dto.py
|
||||
board_mate/game/models/move_dto.py
|
||||
board_mate/game/models/response_body_game_dto.py
|
||||
board_mate/game/models/response_body_string.py
|
||||
board_mate/game/py.typed
|
||||
board_mate/game/rest.py
|
||||
docs/GameApi.md
|
||||
docs/GameDto.md
|
||||
docs/MoveDto.md
|
||||
docs/ResponseBodyGameDto.md
|
||||
docs/ResponseBodyString.md
|
||||
git_push.sh
|
||||
pyproject.toml
|
||||
requirements.txt
|
||||
setup.cfg
|
||||
setup.py
|
||||
test-requirements.txt
|
||||
test/__init__.py
|
||||
test/test_game_api.py
|
||||
test/test_game_dto.py
|
||||
test/test_move_dto.py
|
||||
test/test_response_body_game_dto.py
|
||||
test/test_response_body_string.py
|
||||
tox.ini
|
||||
@@ -0,0 +1 @@
|
||||
7.0.1
|
||||
Reference in New Issue
Block a user