mirror of
https://github.com/enpaul/kodak.git
synced 2025-12-19 09:02:34 +00:00
Add required dependencies for server resource endpoints
This commit is contained in:
@@ -10,7 +10,8 @@ packages = [
|
||||
{include = "tests", format = "sdist"}
|
||||
]
|
||||
include = [
|
||||
"imagemonk/py.typed"
|
||||
"imagemonk/py.typed",
|
||||
"imagemonk/resources/openapi.yaml"
|
||||
]
|
||||
keywords = ["flask", "image", "thumbnail", "hosting"]
|
||||
readme = "README.md"
|
||||
@@ -37,6 +38,9 @@ classifiers = [
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
flask = "^1.1.2"
|
||||
flask-restful = "^0.3.8"
|
||||
"ruamel.yaml" = "^0.16.12"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
bandit = "^1.6.2"
|
||||
|
||||
Reference in New Issue
Block a user