23 lines
578 B
TOML
23 lines
578 B
TOML
[tool.poetry]
|
|
name = "id"
|
|
version = "0.1.0"
|
|
description = "cognio identity system."
|
|
authors = ["Andrey Chervyakov <cognioandrey@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
fastapi = "^0.63.0"
|
|
SQLAlchemy = "^1.3.23"
|
|
python-jose = {extras = ["cryptography"], version = "^3.2.0"}
|
|
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
|
|
uvicorn = "^0.13.4"
|
|
alembic = "^1.5.5"
|
|
pydantic = "^1.7.3"
|
|
python-dotenv = "^0.15.0"
|
|
psycopg2-binary = "^2.8.6"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|