tulikavijay / CBT-therapy

Web application for Diagnosis of Depression and Treatment of Depression using CBT therapy.
https://nameless-island-79297.herokuapp.com/
23 stars 21 forks source link

Replace Python 2.7 with Python 3.7 #12

Closed apoclyps closed 4 years ago

apoclyps commented 5 years ago

Feature Request

Python 2.7 is no longer supported. I would like to upgrade this application to run on Python 3.7 to ensure it's long term maintainability.

If you are happy with this change, I would like to upgrade the python version and migrate any code from 2.7 to 3.7

tulikavijay commented 5 years ago

Thankyou for submitting this. I recently updated the django version, it will be awesome if you can update the python version too.

apoclyps commented 5 years ago

Sure, I'll bump the python version via docker file, and the follow up that PR once I know it works in isolation with instructions on how to run it on a host machine.