From a87a1848c9684f838bb0856302872fd5b97feb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Mon, 28 Mar 2022 23:06:11 +0000 Subject: [PATCH] pyproject reformat, poetry update --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 17 +++++++++-------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index b778921..b7e8cee 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -108,11 +108,11 @@ pycparser = "*" [[package]] name = "click" -version = "8.0.4" +version = "8.1.0" description = "Composable command line interface toolkit" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} @@ -612,8 +612,8 @@ cffi = [ {file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"}, ] click = [ - {file = "click-8.0.4-py3-none-any.whl", hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1"}, - {file = "click-8.0.4.tar.gz", hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"}, + {file = "click-8.1.0-py3-none-any.whl", hash = "sha256:19a4baa64da924c5e0cd889aba8e947f280309f1a2ce0947a3e3a7bcb7cc72d6"}, + {file = "click-8.1.0.tar.gz", hash = "sha256:977c213473c7665d3aa092b41ff12063227751c41d7b17165013e10069cc5cd2"}, ] colorama = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index a9a7855..c51d3d2 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,19 +1,20 @@ [tool.poetry] +authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"] +description = "" name = "kiwi-vpn-api" version = "0.1.0" -description = "" -authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"] [tool.poetry.dependencies] python = "^3.10" -fastapi = "^0.75.0" -python-multipart = "^0.0.5" -uvicorn = "^0.17.6" -python-jose = {extras = ["cryptography"], version = "^3.3.0"} -passlib = {extras = ["argon2", "bcrypt"], version = "^1.7.4"} + SQLAlchemy = "^1.4.32" +fastapi = "^0.75.0" +passlib = {extras = ["argon2", "bcrypt"], version = "^1.7.4"} pyOpenSSL = "^22.0.0" +python-jose = {extras = ["cryptography"], version = "^3.3.0"} +python-multipart = "^0.0.5" sqlmodel = "^0.0.6" +uvicorn = "^0.17.6" [tool.poetry.dev-dependencies] pytest = "^7.1.0" @@ -22,5 +23,5 @@ pytest = "^7.1.0" kiwi-vpn-api = "kiwi_vpn_api.main:main" [build-system] -requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" +requires = ["poetry-core>=1.0.0"]