From 24139445242587bc9704c18f29a8d38cfdcc61a3 Mon Sep 17 00:00:00 2001 From: Michael Franklin Date: Mon, 22 Jul 2019 14:25:14 +1000 Subject: [PATCH] Add project requirements --- .gitignore | 1 + requirements.txt | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c946336 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +janis-pipelines +black +pre-commit \ No newline at end of file diff --git a/setup.py b/setup.py index 5df1f36..1cb2f08 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("./README.md") as readme: long_description = readme.read() -__version__ = "v0.1.0" +__version__ = "v0.4.0" setup(