Sebastián Ramírez
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Pipfile
-
pyproject.toml
|
@ -26,7 +26,7 @@ uvicorn = "*" |
|
|
|
|
|
|
|
|
[packages] |
|
|
[packages] |
|
|
starlette = "==0.12.0" |
|
|
starlette = "==0.12.0" |
|
|
pydantic = "==0.28.0" |
|
|
pydantic = "==0.29.0" |
|
|
databases = {extras = ["sqlite"],version = "*"} |
|
|
databases = {extras = ["sqlite"],version = "*"} |
|
|
hypercorn = "*" |
|
|
hypercorn = "*" |
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ classifiers = [ |
|
|
] |
|
|
] |
|
|
requires = [ |
|
|
requires = [ |
|
|
"starlette >=0.11.1,<=0.12.0", |
|
|
"starlette >=0.11.1,<=0.12.0", |
|
|
"pydantic >=0.28,<=0.28.0" |
|
|
"pydantic >=0.28,<=0.29.0" |
|
|
] |
|
|
] |
|
|
description-file = "README.md" |
|
|
description-file = "README.md" |
|
|
requires-python = ">=3.6" |
|
|
requires-python = ">=3.6" |
|
|