Skip to content

Commit d12f03c

Browse files
committed
Corrected dependency conflicts with the recently merged requirements.txt file.
Updated minor formatting issue with app's run.py file.
1 parent 1e86ef6 commit d12f03c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Flask-SeaSurf==1.1.1
4040
PyYAML==6.0
4141
Jinja2==3.1.2
4242
itsdangerous==2.1.2
43-
werkzeug==2.1.2
44-
cryptography==36.0.2
43+
werkzeug==2.2.2
44+
cryptography==38.0.0
4545
flask_session_captcha==1.3.0
4646
lxml==4.6.5

run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
if __name__ == '__main__':
55
app = create_app()
6-
app.run(debug = True, host=app.config.get('BIND_ADDRESS', '127.0.0.1'), port=app.config.get('PORT', '9191'))
6+
app.run(debug=True, host=app.config.get('BIND_ADDRESS', '127.0.0.1'), port=app.config.get('PORT', '9191'))

0 commit comments

Comments
 (0)