We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c362a commit 28118b7Copy full SHA for 28118b7
pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
9
name = "manage-fastapi"
10
readme = "README.md"
11
repository = "https://github.com/ycd/manage-fastapi"
12
-version = "1.1.0"
+version = "1.1.1"
13
14
classifiers = [
15
"Topic :: Software Development :: Build Tools",
@@ -28,10 +28,10 @@ classifiers = [
28
29
[tool.poetry.dependencies]
30
cookiecutter = "^1.7.2"
31
-pydantic = { extras = ["email"], version = "^1.7.2" }
+pydantic = {extras = ["email"], version = "^1.7.2"}
32
python = "^3.6.1"
33
-typer = "^0.4.0"
34
questionary = "^1.10.0"
+typer = "^0.4.0"
35
36
[tool.poetry.dev-dependencies]
37
autoflake = "^1.4"
0 commit comments