Add files via upload

This commit is contained in:
@hadesragnarokclassic 2022-11-13 14:12:41 +07:00 committed by GitHub
parent cc66213e57
commit 4779fc42d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 45 deletions

View file

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name="Flask",
install_requires=[
"Werkzeug >= 2.2.2",
"Werkzeug >= 2.2.0",
"Jinja2 >= 3.0",
"itsdangerous >= 2.0",
"click >= 8.0",