From e4c91a690078535deb3f55cee3e20dcb229dd267 Mon Sep 17 00:00:00 2001 From: gunturkunhakan Date: Tue, 8 Jun 2021 14:59:07 -0500 Subject: update the file --- requirements.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c2ba0ba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,33 @@ +pandas==1.2.1 +bcrypt==3.1.7 +cffi==1.13.2 +pycparser==2.19 +Flask-SQLAlchemy==2.4.4 +Flask==1.1.2 +Click==7.0 +itsdangerous==1.1.0 +Jinja2==2.11.3 +MarkupSafe==1.0 +Werkzeug==1.0.0 +SQLAlchemy==1.3.23 +Keras==2.4.3 +h5py==2.10.0 +numpy==1.19.5 +six==1.15.0 +Keras-Preprocessing==1.1.2 +PyYAML==5.3.1 +scipy==1.6.0 +nltk==3.5 +regex==2020.11.13 +tensorflow==2.4.1 +absl-py==0.11.0 +astunparse==1.6.3 +gast==0.3.3 +grpcio==1.32.0 +protobuf==3.14.0 +tensorboard==2.4.1 +Markdown==3.3.3 +Werkzeug==1.0.1 +wheel==0.36.2 +tensorflow-estimator==2.4.0 +python==3.8.5 -- cgit v1.2.3