Skip to content

Commit 9ac217f

Browse files
committed
Added requirements files for easier dependencies installation (both for Linux and Windows)
1 parent e8612e8 commit 9ac217f

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

src/requirements-win.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pywin32==223
2+
numpy==1.14.5
3+
Pillow==5.3.0
4+
feedparser==5.2.1
5+
html2text==2018.1.9
6+
imageio==2.4.1
7+
matplotlib==3.0.0
8+
midi2audio==0.1.1
9+
moviepy==0.2.3.5
10+
music21==5.3.0
11+
numba==0.40.0
12+
pygame==1.9.4
13+
pyttsx3==2.7
14+
quandl==3.4.2
15+
scipy==1.1.0
16+
skimage==0.0
17+
vispy==0.5.3
18+
wordcloud==1.5.0

src/requirements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
numpy==1.14.5
2+
Pillow==5.3.0
3+
feedparser==5.2.1
4+
html2text==2018.1.9
5+
imageio==2.4.1
6+
matplotlib==3.0.0
7+
midi2audio==0.1.1
8+
moviepy==0.2.3.5
9+
music21==5.3.0
10+
numba==0.40.0
11+
pygame==1.9.4
12+
pyttsx3==2.7
13+
quandl==3.4.2
14+
scipy==1.1.0
15+
skimage==0.0
16+
vispy==0.5.3
17+
wordcloud==1.5.0

0 commit comments

Comments
 (0)