Skip to content

Commit

Permalink
Merge pull request #22 from Valaraucoo/master
Browse files Browse the repository at this point in the history
Backmerge
  • Loading branch information
Valaraucoo authored Nov 24, 2022
2 parents 414be1e + 89d2f5c commit 0ef484c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 39 deletions.
44 changes: 7 additions & 37 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "what-to-eat"
version = "0.1.6"
version = "0.1.7"
description = "What to eat? CLI tool to interaction with Wolt API"
authors = ["Kamil Woźniak <[email protected]>"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ python = "^3.10"
typer = {extras = ["all"], version = "^0.7.0"}
pydantic = "^1.10.2"
httpx = "^0.23.1"
inquirer = "^2.10.1"
inquirer = ">=2.10.1,<4.0.0"

[tool.poetry.urls]
homepage = "https://github.com/Valaraucoo/what-to-eat"
Expand Down

0 comments on commit 0ef484c

Please sign in to comment.