Bladeren bron

Update requirements.txt and add nlu_server_uri :white_check_mark:

Mohidul Islam 5 jaren geleden
bovenliggende
commit
43bdaef43d
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 1 0
      requirements.txt
  2. 1 1
      review_automation/settings.py

+ 1 - 0
requirements.txt

@@ -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

+ 1 - 1
review_automation/settings.py

@@ -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 = [