jtdearmon commited on
Commit
036b23e
·
verified ·
1 Parent(s): 72e424f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@
3
  import os
4
  import base64
5
  from cryptography.fernet import Fernet
 
 
6
 
7
  # Replace this with the ciphertext from your local encryption step:
8
  ENCRYPTED_CODE_B64 = """
 
3
  import os
4
  import base64
5
  from cryptography.fernet import Fernet
6
+ import sys, subprocess
7
+ subprocess.check_call([sys.executable, "-m", "pip", "install", "websockets==12.0"])
8
 
9
  # Replace this with the ciphertext from your local encryption step:
10
  ENCRYPTED_CODE_B64 = """