versions bump poetry

This commit is contained in:
2022-07-03 03:57:38 +03:00
parent ce3f3339e9
commit 8491b12e45
2 changed files with 88 additions and 134 deletions

View File

@@ -1,30 +1,28 @@
[tool.poetry]
name = "api"
name = "discoursio-api"
version = "0.1.0"
description = ""
authors = ["Discours DevTeam <dev@discours.io>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
html2text = "*"
aioredis = "*"
ariadne = "*"
PyJWT = ">=2.4.0"
starlette = "*"
SQLAlchemy = "*"
uvicorn = "*"
pydantic = "*"
passlib = "*"
itsdangerous = "*"
httpx = ">=0.23.0"
psycopg2-binary = "*"
Authlib = "*"
bson = "*"
python-frontmatter = "*"
bs4 = "*"
transliterate = "*"
requests = "*"
python = "^3.10"
python-frontmatter = "^1.0.0"
httpx = "^0.23.0"
ariadne = "^0.15.1"
passlib = "^1.7.4"
uvicorn = "^0.18.2"
SQLAlchemy = "^1.4.39"
starlette = "^0.20.4"
PyJWT = "^2.4.0"
transliterate = "^1.10.2"
requests = "^2.28.1"
pydantic = "^1.9.1"
bson = "^0.5.10"
itsdangerous = "^2.1.2"
psycopg2-binary = "^2.9.3"
Authlib = "^1.0.1"
aioredis = "^2.0.1"
[tool.poetry.dev-dependencies]