Skip to content

Commit

Permalink
fix: updating flask means updating socketio means updating socket.io.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jun 12, 2023
1 parent 6e68140 commit 785f668
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions g2p/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,10 @@ <h4>Custom Abbreviations</h4>

<script src="https://cdn.jsdelivr.net/npm/handsontable@latest/dist/handsontable.full.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.4.0/socket.io.slim.js"
integrity="sha256-w9DVlb/Yjkq3lOk0YpBPzeL+FZvaNALjmkJoZQYGc0I="
crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.6.2/socket.io.min.js"
integrity="sha512-mUWPbwx6PZatai4i3+gevCw6LeuQxcMgnJs/DZij22MZ4JMpqKaEvMq0N9TTArSWEb5sdQ9xH68HMUc30eNPEA=="
crossorigin="anonymous"
referrerpolicy="no-referrer">
</script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/echarts/4.2.1/echarts.min.js"
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ text_unidecode

# Python 3.7+ requirements with current packages
click>=8.1.3; python_version >= "3.7"
Flask>=2.2.5; python_version >= "3.7"
werkzeug>=2.2.3; python_version >= "3.7"
Flask==2.2.5; python_version >= "3.7"
werkzeug==2.2.3; python_version >= "3.7"

# Python 3.6 requirements due to newer packages not available 3.6
click>=8.0.4; python_version < "3.7"
Expand Down

0 comments on commit 785f668

Please sign in to comment.