update deps for microcosm
This commit is contained in:
parent
0fb2380fd9
commit
165fc400d4
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@ packages = [
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7.1"
|
python = ">=3.8,<4.0.0"
|
||||||
Flask = "^2.0.2"
|
Flask = "^2.0.2"
|
||||||
giteapy = {url = "https://github.com/dblueai/giteapy/archive/master.zip"}
|
giteapy = {url = "https://github.com/dblueai/giteapy/archive/master.zip"}
|
||||||
requests = "^2.27.1"
|
requests = "^2.27.1"
|
||||||
|
@ -22,6 +22,7 @@ python-dotenv = "^0.19.2"
|
||||||
python-slugify = "^5.0.2"
|
python-slugify = "^5.0.2"
|
||||||
PyYAML = "^6.0"
|
PyYAML = "^6.0"
|
||||||
Flask-Micropub = "^0.2.8"
|
Flask-Micropub = "^0.2.8"
|
||||||
|
pillow = "^10.0.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
pytest = "^6.2.5"
|
pytest = "^6.2.5"
|
||||||
|
|
Loading…
Reference in New Issue