Browse Source

update requirements

Jason 2 năm trước cách đây
mục cha
commit
7d03f934b1
1 tập tin đã thay đổi với 6 bổ sung5 xóa
  1. 6 5
      requirements.txt

+ 6 - 5
requirements.txt

@@ -2,7 +2,8 @@ certifi==2020.12.5
 chardet==3.0.4
 click==7.1.2
 contextvars==2.4
-Flask==1.1.2
+# Flask==1.1.2 (now in 2.2.2 -- note that any dependencies will automatically be installed when installing Flask)
+Flask
 Flask-WTF==0.14.3
 googletrans==3.1.0a0
 h11==0.9.0
@@ -14,13 +15,13 @@ httpx==0.13.3
 hyperframe==5.2.0
 idna==2.10
 immutables==0.15
-itsdangerous==1.1.0
-Jinja2==2.11.3
-MarkupSafe==1.1.1
+# itsdangerous==1.1.0 (now in 2.1.2, min 2.0)
+# Jinja2==2.11.3 (now in 3.1.2, min 3.0)
+# MarkupSafe==1.1.1 (now in 2.1.1, min 2.0)
 requests==2.25.1
 rfc3986==1.4.0
 sniffio==1.2.0
 urllib3==1.26.4
-Werkzeug==1.0.1
+# Werkzeug==1.0.1 (now in 2.2.2)
 flake8==3.9.0
 WTForms==2.3.3