This commit is contained in:
Leon Vita 2022-11-16 15:07:51 +00:00
parent 4ebdbfd972
commit c8a9ceb559
2 changed files with 9 additions and 1 deletions

2
f.py
View File

@ -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)

8
req.txt Normal file
View File

@ -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