Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the deployment issues with the out dated flask app #151

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Then, go into 'tensormap-server' folder
cd TensorMap
cd tensormap-server
```
Create a python 3 virtual environment and activate it.
* Follow this [How to setup and install virtual environment](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) tutorial to set up and activate the virtual environment.

Then, install all the required packages by running

Expand Down
26 changes: 13 additions & 13 deletions tensormap-server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
aniso8601==6.0.0
Click==7.0
Flask==1.0.2
Flask-RESTful==0.3.7
tensorflow==2.0.0-alpha0
aniso8601>=6.0.0
Click>=7.0
Flask>=1.1.2
Flask-RESTful>=0.3.7
tensorflow>=2.4.0
Flask_SocketIO
eventlet
numpy
scipy
scikit-learn
pandas
Flask-Session
mysqlclient
mysqlclient
Flask-SQLAlchemy
itsdangerous==1.1.0
Jinja2==2.10.1
MarkupSafe==1.1.1
pytz==2019.1
six==1.12.0
Werkzeug==0.15.2
flask-cors==3.0.8
itsdangerous>=1.1.0
Jinja2>=2.10.1
MarkupSafe>=1.1.1
pytz>=2019.1
six>=1.12.0
Werkzeug>=0.15.2
flask-cors>=3.0.8