We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc75a4 commit 4760f4fCopy full SHA for 4760f4f
3 files changed
pyproject.toml
@@ -1,13 +1,13 @@
1
[tool.poetry]
2
name = "lin-cms-flask"
3
-version = "0.4.0"
+version = "0.4"
4
description = "🎀A simple and practical CMS implememted by flask"
5
authors = ["sunlin92 <sun.melodies@gmail.com>"]
6
7
[tool.poetry.dependencies]
8
python = "^3.8"
9
-Lin-CMS = "^0.4.0"
10
-pillow = "^8.3.2"
+Lin-CMS = "^0.4.2"
+pillow = "^9.0.0"
11
flask-cors = "^3.0.10"
12
gunicorn = "^20.1.0"
13
gevent = "^21.8.0"
requirements-dev.txt
@@ -1,6 +1,6 @@
python==3.8
-Lin-CMS==0.4.0
-pillow==8.3.2
+Lin-CMS==0.4.2
+pillow==9.0.0
flask-cors==3.0.10
gunicorn==20.1.0
gevent==21.8.0
requirements-prod.txt
@@ -1,5 +1,5 @@
0 commit comments