From c8a9ceb5599c755e323b4a3aa3336832ecc666fa Mon Sep 17 00:00:00 2001 From: leon Date: Wed, 16 Nov 2022 15:07:51 +0000 Subject: [PATCH] add req --- f.py | 2 +- req.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 req.txt diff --git a/f.py b/f.py index 185ce66..eef1d14 100644 --- a/f.py +++ b/f.py @@ -8,4 +8,4 @@ def hello_world(): if __name__ == '__main__': - app.run(host='10.10.11.2', port=6600) + app.run(host='localhost', port=14000) diff --git a/req.txt b/req.txt new file mode 100644 index 0000000..891a6af --- /dev/null +++ b/req.txt @@ -0,0 +1,8 @@ +click==8.1.3 +Flask==2.2.2 +itsdangerous==2.1.2 +Jinja2==3.1.2 +MarkupSafe==2.1.1 +selenium==3.141.0 +urllib3==1.26.12 +Werkzeug==2.2.2