From 94ef5cac39d8257145568997a93dda5381107cfa Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 27 May 2019 14:18:24 -0400 Subject: [PATCH] fix dev requirements --- requirements-dev.txt | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8f49885..c2da9d9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,18 +1,27 @@ -elasticsearch +# Flask-based CORS setup flask_cors -coverage -docutils -flake8 -twine -wheel -psycopg2 -pypandoc + +# testing pytest pytest-cov pytest-env +coverage + +# PEP8 +flake8 + +# packaging/PyPI +twine +wheel +docutils +pypandoc # the packages below are used to handle HTTP/SSL # errors when uploading to PyPI (https://github.com/pypa/twine/issues/273) pyOpenSSL ndg-httpsclient pyasn1 + +# providers +elasticsearch GDAL>=2.2 +psycopg2==2.7.6