diff --git a/requirements.txt b/requirements.txt index 1f9fd292fdf21df9960c9bc4079f30ba95204c4b..a173de5fd6bbff56e2942c811c82da2cba7d0dd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ manage.py==0.2.10 numpy==1.16.4 pandas==0.24.2 -pkg-resources==0.0.0 python-dateutil==2.8.0 pytz==2019.1 six==1.12.0 diff --git a/settings.py b/settings.py index bfc13756b1579d467448bccc4237679197c95e99..54f38a9f34db6c1a1d57c2b88788a221590bdce5 100644 --- a/settings.py +++ b/settings.py @@ -1,7 +1,7 @@ '''Settings used by LDE regression test''' '''URL API to test''' -BASE_URL = 'https://simcaq.c3sl.ufpr.br/api/v1/' +BASE_URL = 'http://localhost:3000/api/v1/' '''List of all base routes available to test''' BASE_ROUTE_LIST = [