Skip to content

Commit

Permalink
Corrected dependency conflicts with the recently merged requirements.…
Browse files Browse the repository at this point in the history
…txt file.

Updated minor formatting issue with app's run.py file.
  • Loading branch information
AzorianMatt committed Feb 17, 2023
1 parent 1e86ef6 commit d12f03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

0 comments on commit d12f03c

Please sign in to comment.