github-actions commited on
Commit
d2b8636
·
1 Parent(s): e493f59

Update for version v7.1.5

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +6 -0
app.py CHANGED
@@ -14,7 +14,7 @@ import socketio
14
  import eventlet
15
  import requests
16
 
17
- EK_VERSION = "7.1.4"
18
  APP_DATA_DIR = Path(user_data_dir("embykeeper"))
19
  VERSION_CACHE_DIR = APP_DATA_DIR / "hf" / "version"
20
 
 
14
  import eventlet
15
  import requests
16
 
17
+ EK_VERSION = "7.1.5"
18
  APP_DATA_DIR = Path(user_data_dir("embykeeper"))
19
  VERSION_CACHE_DIR = APP_DATA_DIR / "hf" / "version"
20
 
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ pyarmor>=8.0
2
+ eventlet
3
+ python-socketio
4
+ appdirs
5
+ requests
6
+ gradio