dmccreary commited on
Commit
685c737
·
1 Parent(s): ced09f1

updated README

Browse files
Files changed (2) hide show
  1. README.md +0 -2
  2. requirements.txt +49 -0
README.md CHANGED
@@ -1,5 +1,3 @@
1
- # Dan's Hugging Faces Demo with Streamlet
2
-
3
  ---
4
  title: Spaces Demo
5
  emoji: 🔥
 
 
 
1
  ---
2
  title: Spaces Demo
3
  emoji: 🔥
requirements.txt ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cached-property==1.5.2
2
+ certifi==2020.12.5
3
+ chardet==4.0.0
4
+ click==7.1.2
5
+ docopt==0.6.2
6
+ EditorConfig==0.12.3
7
+ ffmpeg==1.4
8
+ ffprobe==0.5
9
+ future==0.18.2
10
+ h5py==3.1.0
11
+ idna==2.10
12
+ importlib-metadata==3.4.0
13
+ Jinja2==2.11.2
14
+ joblib==1.0.0
15
+ jsbeautifier==1.13.5
16
+ livereload==2.6.3
17
+ lunr==0.5.8
18
+ Markdown==3.3.3
19
+ MarkupSafe==1.1.1
20
+ mkdocs==1.1.2
21
+ mkdocs-material==6.2.5
22
+ mkdocs-material-extensions==1.0.1
23
+ mkdocs-mermaid2-plugin==0.5.1
24
+ nltk==3.5
25
+ numpy==1.19.5
26
+ paho-mqtt==1.5.1
27
+ Pillow==8.2.0
28
+ prettytable==2.1.0
29
+ progress==1.5
30
+ psutil==5.8.0
31
+ pydub==0.25.1
32
+ pyfiglet==0.8.post1
33
+ Pygments==2.7.4
34
+ pymdown-extensions==8.1
35
+ pyserial==3.5
36
+ pyudev==0.22.0
37
+ PyYAML==5.4.1
38
+ regex==2020.11.13
39
+ requests==2.25.1
40
+ rshell==0.0.30
41
+ simple-pid==1.0.1
42
+ six==1.15.0
43
+ soupsieve==2.2
44
+ tornado==6.1
45
+ tqdm==4.56.0
46
+ typing-extensions==3.7.4.3
47
+ urllib3==1.26.3
48
+ wcwidth==0.2.5
49
+ zipp==3.4.0