leavoigt commited on
Commit
244db09
·
verified ·
1 Parent(s): 9942400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with st.expander("ℹ️ - About this app", expanded=False):
82
 
83
  st.write("")
84
 
85
- st.write(pip freeze)
86
 
87
  # Define the apps used
88
  apps = [processing.app, vulnerability_analysis.app, target_analysis.app]
 
82
 
83
  st.write("")
84
 
85
+ pipreqs --force
86
 
87
  # Define the apps used
88
  apps = [processing.app, vulnerability_analysis.app, target_analysis.app]