Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pneuro committed Jun 12, 2020
1 parent e936821 commit 52e03d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ v0.1.3, 24/09/13 -- Made pythoncom dependency optional.
v0.1.4, 24/09/13 -- Fixed README, changed URL and fixed license.
v0.1.5, 25/09/13 -- Added inspector when using debug, and enabled flash and local storage by default
v0.1.6, 25/09/13 -- Changed readme to .rst
v0.1.7, 26/09/13 -- Included readme in manifest
v0.1.7, 26/09/13 -- Included readme in manifest
v0.1.8, 12/06/20 -- Updates to dependencies.
6 changes: 4 additions & 2 deletions examples/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
app = Flask(__name__)
ui = WebUI(app, debug=True)


@app.route('/')
def main():
return "Hello world!"
return "Hello world!"


if __name__ == '__main__':
ui.run()
ui.run()
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==1.0
Jinja2==2.9.6
Jinja2==2.10
Werkzeug==0.15.3
MarkupSafe==1.0
MarkupSafe==1.1.1
itsdangerous==0.24
PyQt5==5.8.2
PyQt5==5.15.0

0 comments on commit 52e03d6

Please sign in to comment.