dcoste commited on
Commit
46adaa8
1 Parent(s): 81879c4

install requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. requirements.txt +2 -90
app.py CHANGED
@@ -6,7 +6,8 @@ import streamlit as st
6
  import os
7
  import time
8
 
9
- # os.system("pip install -r requirements.txt")
 
10
  BG_COLOR = (0, 0, 0)
11
  fullscreen = True
12
 
 
6
  import os
7
  import time
8
 
9
+ os.system("pip install -r requirements.txt")
10
+ os.system("pip install --upgrade pip")
11
  BG_COLOR = (0, 0, 0)
12
  fullscreen = True
13
 
requirements.txt CHANGED
@@ -1,92 +1,4 @@
1
- altair==4.2.0
2
- argcomplete==2.0.0
3
- argon2-cffi==21.3.0
4
- argon2-cffi-bindings==21.2.0
5
- astor==0.8.1
6
- attrs==21.4.0
7
- backcall==0.2.0
8
- backports.zoneinfo==0.2.1
9
- base58==2.1.1
10
- bleach==4.1.0
11
- blinker==1.4
12
- cachetools==5.0.0
13
- certifi==2021.10.8
14
- cffi==1.15.0
15
- charset-normalizer==2.0.10
16
- click==7.1.2
17
- colorama==0.4.4
18
- debugpy==1.5.1
19
- decorator==5.1.0
20
- defusedxml==0.7.1
21
- entrypoints==0.3
22
- gitdb==4.0.9
23
- GitPython==3.1.24
24
- idna==3.3
25
- importlib-metadata==4.10.0
26
- importlib-resources==5.4.0
27
- ipykernel==6.6.1
28
- ipython==7.31.0
29
- ipython-genutils==0.2.0
30
- ipywidgets==7.6.5
31
- jedi==0.18.1
32
- Jinja2==3.0.3
33
- jsonschema==4.3.3
34
- jupyter-client==7.1.0
35
- jupyter-core==4.9.1
36
- jupyterlab-pygments==0.1.2
37
- jupyterlab-widgets==1.0.2
38
- MarkupSafe==2.0.1
39
- matplotlib-inline==0.1.3
40
- mistune==0.8.4
41
- nbclient==0.5.9
42
- nbconvert==6.4.0
43
- nbformat==5.1.3
44
- nest-asyncio==1.5.4
45
- notebook==6.4.6
46
  numpy==1.21.5
47
- packaging==21.3
48
- pandas==1.3.5
49
- pandocfilters==1.5.0
50
- parso==0.8.3
51
- pickleshare==0.7.5
52
- Pillow==9.0.0
53
- prometheus-client==0.12.0
54
- prompt-toolkit==3.0.24
55
- protobuf==3.19.1
56
- pyarrow==6.0.1
57
- pycparser==2.21
58
- pydeck==0.7.1
59
- pygame==2.1.2
60
- Pygments==2.11.1
61
- Pympler==1.0.1
62
- PyOpenGL==3.1.5
63
- pyparsing==3.0.6
64
- pyrsistent==0.18.0
65
- python-dateutil==2.8.2
66
- pytz==2021.3
67
- pytz-deprecation-shim==0.1.0.post0
68
- pywin32==303
69
- pywinpty==1.1.6
70
- pyzmq==22.3.0
71
- requests==2.27.1
72
- Send2Trash==1.8.0
73
- six==1.16.0
74
- smmap==5.0.0
75
  streamlit-nightly==1.3.2.dev20220105
76
- terminado==0.12.1
77
- testpath==0.5.0
78
- toml==0.10.2
79
- toolz==0.11.2
80
- tornado==6.1
81
- traitlets==5.1.1
82
- typing_extensions==4.0.1
83
- tzdata==2021.5
84
- tzlocal==4.1
85
- urllib3==1.26.7
86
- validators==0.18.2
87
- watchdog==2.1.6
88
- wcwidth==0.2.5
89
- webencodings==0.5.1
90
- widgetsnbextension==3.5.2
91
- wincertstore==0.2
92
- zipp==3.7.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  numpy==1.21.5
2
+ streamlit==1.3.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  streamlit-nightly==1.3.2.dev20220105
4
+ pygame==2.1.2