c621b21391
* new file: docker/Dockerfile Dockerfile for pygeoapi * testing postgis on travis * testing 9.6 * install postgis as package * create database * postgis dataset - travis * missing path * modified: tests/data/hotosm_bdi_waterways.sql.gz Change in name of dataset * postgresql code * modified: pygeoapi/provider/postgresql.py update with origin * Postgresql working provider, typo in geopackage * update to travis. Change on gpkg * missing dep (psycopg2) * pytest * problem with operator in travis * ProviderConnectionError implementation * postgresql with schema support * Changes requested by @tomkralidis * missing pygeoapi-config.yml * delete openapi.yml deleted openapi.yml
18 lines
343 B
Plaintext
18 lines
343 B
Plaintext
elasticsearch
|
|
flask_cors
|
|
coverage==4.5.1
|
|
docutils==0.14
|
|
flake8==3.5.0
|
|
twine==1.11.0
|
|
wheel==0.31.0
|
|
psycopg2==2.7.6
|
|
pypandoc==1.4
|
|
pytest==3.5.0
|
|
pytest-cov
|
|
pytest-env
|
|
# the packages below are used to handle HTTP/SSL
|
|
# errors when uploading to PyPI (https://github.com/pypa/twine/issues/273)
|
|
pyOpenSSL==17.5.0
|
|
ndg-httpsclient==0.4.4
|
|
pyasn1==0.4.2
|