diff --git a/requirements.txt b/requirements.txt index ca5af41..37740b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ Flask-SeaSurf==1.1.1 PyYAML==6.0 Jinja2==3.1.2 itsdangerous==2.1.2 -werkzeug==2.1.2 -cryptography==36.0.2 +werkzeug==2.2.2 +cryptography==38.0.0 flask_session_captcha==1.3.0 lxml==4.6.5 \ No newline at end of file diff --git a/run.py b/run.py index 5512724..5ffcde3 100755 --- a/run.py +++ b/run.py @@ -3,4 +3,4 @@ from powerdnsadmin import create_app if __name__ == '__main__': app = create_app() - app.run(debug = True, host=app.config.get('BIND_ADDRESS', '127.0.0.1'), port=app.config.get('PORT', '9191')) + app.run(debug=True, host=app.config.get('BIND_ADDRESS', '127.0.0.1'), port=app.config.get('PORT', '9191'))