diff options
author | 2020-11-21 18:11:35 +0200 | |
---|---|---|
committer | 2020-11-21 18:11:35 +0200 | |
commit | 58cd162b4d48e249b37ff47bc901558b41fac7c5 (patch) | |
tree | 1ad3318226aef8f9f6acfbe617cfb3100d714c5c /pyproject.toml | |
parent | Add IntelliJ IDEA based IDEs configuration to .gitignore (diff) |
Push Python version to 3.9
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d8c3ac5..afca4d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Joe Banks <[email protected]>"] license = "MIT" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" starlette = "^0.13.8" nested_dict = "^1.61" uvicorn = "^0.12.2" |