Skip to content

Commit

Permalink
Remove deps: rich (#78)
Browse files Browse the repository at this point in the history
* Remove deps: rich

* Refactoring

---------

Co-authored-by: artsmolin <[email protected]>
  • Loading branch information
artsmolin and artsmolin authored Feb 25, 2024
1 parent 089da83 commit 36592c0
Show file tree
Hide file tree
Showing 14 changed files with 134 additions and 91 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ clients:
@python pythogen/main.py examples/petstore/openapi.yaml examples/petstore/client_async.py
@python pythogen/main.py examples/petstore/openapi.yaml examples/petstore/client_sync.py --sync

broken-clients:
@python pythogen/main.py tests/docs/openapi-with-too-much-allof.yaml tests/clients/broken_async_client.py

requirements:
pip install --upgrade pip
poetry install --remove-untracked
Expand Down
2 changes: 1 addition & 1 deletion examples/petstore/client_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator info:
# GitHub Page: https://github.com/artsmolin/pythogen
# Version: 0.2.38
# Version: 0.2.39
# ==============================================================================

# jinja2: lstrip_blocks: "True"
Expand Down
2 changes: 1 addition & 1 deletion examples/petstore/client_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Generator info:
# GitHub Page: https://github.com/artsmolin/pythogen
# Version: 0.2.38
# Version: 0.2.39
# ==============================================================================

# jinja2: lstrip_blocks: "True"
Expand Down
Loading

0 comments on commit 36592c0

Please sign in to comment.