mirror of
https://github.com/Balshgit/python-poetry.git
synced 2026-03-21 22:00:37 +03:00
update poetry to 1.7.0
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[tool.poetry]
|
||||
name = "main packages"
|
||||
version = "1.0.3"
|
||||
version = "1.1.0"
|
||||
description = "poetry requiremts creation"
|
||||
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.6.1"]
|
||||
requires = ["poetry-core>=1.7.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
@@ -48,7 +48,7 @@ six = "^1.16"
|
||||
SQLAlchemy = "^2.0"
|
||||
SQLAlchemy-Utils = "^0.41"
|
||||
termcolor = "^2.3"
|
||||
uvicorn = "^0.23"
|
||||
uvicorn = "^0.24"
|
||||
validators = "^0.22"
|
||||
virtualenv = "^20.24"
|
||||
wget = "^3.2"
|
||||
@@ -67,7 +67,7 @@ flake8-comprehensions = "^3.14"
|
||||
flake8-eradicate = "^1.5"
|
||||
flake8-deprecated = "^2.0"
|
||||
flake8-pytest-style = "^1.7"
|
||||
flake8-aaa = "^0.16"
|
||||
flake8-aaa = "^0.17"
|
||||
flake8-bugbear = "^23.7"
|
||||
flake8-warnings = "^0.4"
|
||||
flake8-debugger = "^4.1"
|
||||
|
||||
Reference in New Issue
Block a user