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.

26 lines
593 B

2 years ago
2 years ago
2 years ago
  1. [tool.poetry]
  2. name = "flask-sample"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["junikimm717 <68165832+junikimm717@users.noreply.github.com>"]
  6. [tool.poetry.dependencies]
  7. python = "^3.9"
  8. flask-sqlalchemy = "^3.0.2"
  9. sqlalchemy = "^1.4.18"
  10. Flask = "^2.2.2"
  11. py-bcrypt = "^0.4"
  12. wtforms = "^3.0.1"
  13. wtforms-alchemy = "^0.18.0"
  14. flask-wtf = "^1.0.1"
  15. gunicorn = "^20.1.0"
  16. Flask-Migrate = "^4.0.4"
  17. python-dotenv = "^1.0.0"
  18. [tool.poetry.dev-dependencies]
  19. autopep8 = "^2.0.1"
  20. types-Flask-SQLAlchemy = "^2.5.9"
  21. [build-system]
  22. requires = ["poetry-core>=1.0.0"]
  23. build-backend = "poetry.core.masonry.api"