From 17e2e833646d4cb0b41cb312d0450c206e053487 Mon Sep 17 00:00:00 2001 From: Paul-Louis NECH Date: Tue, 26 Nov 2019 11:46:38 +0100 Subject: [PATCH] chore(requirements): Consolidate into common environment --- CommentTuParles/requirements.txt | 1 - KoozDawa/requirements.txt | 40 ---------------------------------------- requirements.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 CommentTuParles/requirements.txt delete mode 100644 KoozDawa/requirements.txt create mode 100644 requirements.txt diff --git a/CommentTuParles/requirements.txt b/CommentTuParles/requirements.txt deleted file mode 100644 index e394bb0..0000000 --- a/CommentTuParles/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -spacy==2.2.3 diff --git a/KoozDawa/requirements.txt b/KoozDawa/requirements.txt deleted file mode 100644 index a38cea6..0000000 --- a/KoozDawa/requirements.txt +++ /dev/null @@ -1,40 +0,0 @@ -absl-py==0.8.1 -astor==0.8.0 -cachetools==3.1.1 -certifi==2019.9.11 -chardet==3.0.4 -gast==0.2.2 -google-auth==1.7.1 -google-auth-oauthlib==0.4.1 -google-pasta==0.1.8 -grpcio==1.25.0 -h5py==2.10.0 -idna==2.8 -Keras==2.3.1 -Keras-Applications==1.0.8 -Keras-Preprocessing==1.1.0 -Markdown==3.1.1 -numpy==1.17.4 -oauthlib==3.1.0 -opt-einsum==3.1.0 -pandas==0.25.3 -protobuf==3.10.0 -pyasn1==0.4.8 -pyasn1-modules==0.2.7 -PySocks==1.7.1 -python-dateutil==2.8.1 -pytz==2019.3 -PyYAML==5.1.2 -requests==2.22.0 -requests-oauthlib==1.3.0 -rsa==4.0 -scipy==1.3.2 -six==1.13.0 -tensorboard==2.0.1 -tensorflow==2.0.0 -tensorflow-estimator==2.0.1 -termcolor==1.1.0 -tweepy==3.8.0 -urllib3==1.25.7 -Werkzeug==0.16.0 -wrapt==1.11.2 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ee713fe --- /dev/null +++ b/requirements.txt @@ -0,0 +1,41 @@ +absl-py==0.8.1 +astor==0.8.0 +cachetools==3.1.1 +certifi==2019.9.11 +chardet==3.0.4 +gast==0.2.2 +google-auth==1.7.1 +google-auth-oauthlib==0.4.1 +google-pasta==0.1.8 +grpcio==1.25.0 +h5py==2.10.0 +idna==2.8 +Keras==2.3.1 +Keras-Applications==1.0.8 +Keras-Preprocessing==1.1.0 +Markdown==3.1.1 +numpy==1.17.4 +oauthlib==3.1.0 +opt-einsum==3.1.0 +pandas==0.25.3 +protobuf==3.10.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.7 +PySocks==1.7.1 +python-dateutil==2.8.1 +pytz==2019.3 +PyYAML==5.1.2 +requests==2.22.0 +requests-oauthlib==1.3.0 +rsa==4.0 +scipy==1.3.2 +six==1.13.0 +tensorboard==2.0.1 +tensorflow==2.0.0 +tensorflow-estimator==2.0.1 +termcolor==1.1.0 +tweepy==3.8.0 +urllib3==1.25.7 +Werkzeug==0.16.0 +wrapt==1.11.2 +spacy==2.2.3 \ No newline at end of file -- libgit2 0.27.0