From 24fea6bb49b6ca2b1da4e72de27fb22ffd5d5bc1 Mon Sep 17 00:00:00 2001 From: Anastasis Georgoulas Date: Wed, 28 Mar 2018 11:18:49 +0100 Subject: [PATCH] Include full dependencies --- requirements.in | 6 ++++++ requirements.txt | 34 ++++++++++++++++++++++++++++------ 2 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 requirements.in diff --git a/requirements.in b/requirements.in new file mode 100644 index 0000000..f0b0353 --- /dev/null +++ b/requirements.in @@ -0,0 +1,6 @@ +fiona +rasterio +shapely +pytest +flake8 +pyyaml diff --git a/requirements.txt b/requirements.txt index f0b0353..d20db58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,28 @@ -fiona -rasterio -shapely -pytest -flake8 -pyyaml +# +# This file is autogenerated by pip-compile +# To update, run: +# +# pip-compile --output-file requirements.out requirements.txt +# +affine==2.2.0 # via rasterio +attrs==17.4.0 # via pytest +click-plugins==1.0.3 # via fiona, rasterio +click==6.7 # via click-plugins, cligj, snuggs +cligj==0.4.0 # via fiona, rasterio +fiona==1.7.11.post1 +flake8==3.5.0 +mccabe==0.6.1 # via flake8 +more-itertools==4.1.0 # via pytest +munch==2.2.0 # via fiona +numpy==1.14.2 # via rasterio, snuggs +pluggy==0.6.0 # via pytest +py==1.5.3 # via pytest +pycodestyle==2.3.1 # via flake8 +pyflakes==1.6.0 # via flake8 +pyparsing==2.2.0 # via snuggs +pytest==3.5.0 +pyyaml==3.12 +rasterio==0.36.0 +shapely==1.6.4.post1 +six==1.11.0 # via fiona, more-itertools, munch, pytest +snuggs==1.4.1 # via rasterio