Skip to content

Commit 4760f4f

Browse files
committed
update:更新依赖库版本
1 parent ccc75a4 commit 4760f4f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
22
name = "lin-cms-flask"
3-
version = "0.4.0"
3+
version = "0.4"
44
description = "🎀A simple and practical CMS implememted by flask"
55
authors = ["sunlin92 <sun.melodies@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
Lin-CMS = "^0.4.0"
10-
pillow = "^8.3.2"
9+
Lin-CMS = "^0.4.2"
10+
pillow = "^9.0.0"
1111
flask-cors = "^3.0.10"
1212
gunicorn = "^20.1.0"
1313
gevent = "^21.8.0"

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python==3.8
2-
Lin-CMS==0.4.0
3-
pillow==8.3.2
2+
Lin-CMS==0.4.2
3+
pillow==9.0.0
44
flask-cors==3.0.10
55
gunicorn==20.1.0
66
gevent==21.8.0

requirements-prod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Lin-CMS==0.4.0
2-
pillow==8.3.2
1+
Lin-CMS==0.4.2
2+
pillow==9.0.0
33
flask-cors==3.0.10
44
gunicorn==20.1.0
55
gevent==21.8.0

0 commit comments

Comments
 (0)