diff options
-rw-r--r-- | requirements.md | 3 | ||||
-rw-r--r-- | requirements.txt | 33 |
2 files changed, 34 insertions, 2 deletions
diff --git a/requirements.md b/requirements.md index 7b90aec..8824016 100644 --- a/requirements.md +++ b/requirements.md @@ -47,5 +47,4 @@ * tensorflow-estimator==2.4.0 -* python==3.8.5 - +* python==3.8.5
\ No newline at end of file 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 |