From dd0afe5f5e51725d5f981004a05bd2807dd8c61f Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Tue, 1 Aug 2017 14:10:30 +0000 Subject: [PATCH] Installing pysqlite with extensions enabled --- .travis.yml | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 906f82a..f4f79f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_install: install: - pip install -r requirements.txt + - pip install git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite before_script: - psql -U postgres -c "create extension postgis" diff --git a/requirements.txt b/requirements.txt index 440ceaa..535e35f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,10 +18,10 @@ mccabe==0.6.1 oauthlib==2.0.2 packaging==16.8 pbr==3.0.0 +pkg-resources==0.0.0 psycopg2==2.7.1 pylint==1.7.1 pyparsing==2.2.0 -pysqlite==2.8.3 python-dateutil==2.6.0 pytz==2017.2 PyYAML==3.12