You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
520 B
23 lines
520 B
[tool.poetry]
|
|
name = "flask-sample"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["junikimm717 <68165832+junikimm717@users.noreply.github.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
flask-sqlalchemy = "^3.0.2"
|
|
Flask = "^2.2.2"
|
|
py-bcrypt = "^0.4"
|
|
wtforms = "^3.0.1"
|
|
wtforms-alchemy = "^0.18.0"
|
|
flask-wtf = "^1.0.1"
|
|
gunicorn = "^20.1.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
autopep8 = "^2.0.1"
|
|
types-Flask-SQLAlchemy = "^2.5.9"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|