diff --git a/.gitignore b/.gitignore index 3a77155..2dbee5a 100755 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ __pycache__/ other/ .venv/ +!requirements.txt + # jenkins branch wake-words.txt all/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bfe29f4 --- /dev/null +++ b/requirements.txt @@ -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 \ No newline at end of file