Add requirements.txt

pull/1/head
Matthew D. Scholefield 2018-02-15 03:13:22 -06:00
parent d2a5469bf3
commit 7d732ccee1
2 changed files with 31 additions and 0 deletions

2
.gitignore vendored
View File

@ -12,6 +12,8 @@ __pycache__/
other/
.venv/
!requirements.txt
# jenkins branch
wake-words.txt
all/

29
requirements.txt Normal file
View File

@ -0,0 +1,29 @@
absl-py==0.1.10
alembic==0.9.7
banal==0.3.3
bleach==1.5.0
chardet==3.0.4
dataset==1.0.5
enum34==1.1.6
h5py==2.7.1
html5lib==0.9999999
Keras==2.1.4
Mako==1.0.7
Markdown==2.6.11
MarkupSafe==1.0
normality==0.5.11
numpy==1.14.0
protobuf==3.5.1
PyAudio==0.2.11
python-dateutil==2.6.1
python-editor==1.0.3
PyYAML==3.12
scipy==1.0.0
six==1.11.0
speechpy==2.1
SQLAlchemy==1.2.2
tensorflow==1.4.1
tensorflow-tensorboard==0.4.0
typing==3.6.4
wavio==0.0.3
Werkzeug==0.14.1