Skip to content

Commit

Permalink
fix python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
its0x4d committed Dec 13, 2023
1 parent 0246675 commit 79b7087
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
Binary file modified fastapi_jet/commands/__pycache__/applist.cpython-311.pyc
Binary file not shown.
72 changes: 71 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ questionary = "^2.0.1"
uvicorn = "^0.24.0.post1"
tabulate = "^0.9.0"
typer = "^0.9.0"
pytest = "^7.4.3"

[tool.poetry.scripts]
fastapi-jet = "fastapi_jet.cli:app"
Expand Down

0 comments on commit 79b7087

Please sign in to comment.