diff --git a/config.py b/config.py index 1228abe..9532223 100644 --- a/config.py +++ b/config.py @@ -6,7 +6,7 @@ ] #SQLALCHEMY_URL = 'sqlite:///' -SQLALCHEMY_URL = 'postgres://user:password@localhost:15432/import_pipeline' +SQLALCHEMY_URL = 'postgresql://user:password@localhost:15432/import_pipeline' SQLALCHEMY_ECHO = False CELERY_INCLUDE = ['aip.tasks'] diff --git a/requirements.txt b/requirements.txt index 8f54cd7..de5b267 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/adsabs/adsabs-pyingest.git@v1.0.10 -adsputils==v1.2.8 +adsputils==v1.5.15 alembic==0.9.1 numpy==1.15.0 psycopg2==2.8.6