@@ -4,6 +4,7 @@ certifi==2019.11.28
chardet==3.0.4
Django==3.0
django-crispy-forms==1.8.1
+django-crontab==0.7.1
google-auth==1.8.2
google-auth-oauthlib==0.4.1
idna==2.8
@@ -124,7 +124,7 @@ CLIENT_ID = "174657415928-0bt50gt42pslq47gf21ao67n15rom96r.apps.googleuserconten
CLIENT_SECRET = "ZXYpt07Su0pW3y3jPGOXY_C_"
TOKEN_URI = "https://oauth2.googleapis.com/token"
HOST_URI = "http://127.0.0.1:8000"
-
+NLU_SERVER_URI = 'http://localhost:5005'
# Cron-Jobs of the project
CRONJOBS = [