From 92b24d6401600edc50779fa1170a27eda3dd759c Mon Sep 17 00:00:00 2001 From: WesIngwersen Date: Tue, 10 Sep 2019 15:13:55 -0400 Subject: [PATCH] Add requirements file --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..32997d9b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +pandas>=0.22 # Powerful data structures for data analysis, time series, and statistics. +olca-ipc>=0.0.8 # openlca tools +pyarrow>=0.14 # supports Apache parquet reading and writing +pip>=9 # The PyPA recommended tool for installing Python packages. +setuptools>=41 # Fully-featured library designed to facilitate packaging Python projects.