upgrade poetry project
This commit is contained in:
parent
705becfcc0
commit
53a7fa90cb
3 changed files with 126 additions and 24 deletions
|
|
@ -14,9 +14,9 @@ profig = "^0.5.1"
|
|||
markdown = "^3.1.1"
|
||||
flask_apscheduler = "^1.11.0"
|
||||
Flask = "^2.0.1"
|
||||
peewee = "^3.14.0"
|
||||
requests = "^2.25.1"
|
||||
coverage = "^5.5"
|
||||
peewee = "^3.14.8"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
rope = "^0.16.0"
|
||||
|
|
@ -28,5 +28,5 @@ pytest-cov = "^2.12.1"
|
|||
coveralls = "^3.2.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue