From ed46f697d484ac5fead65d1cf07dfa24dd308760 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Mon, 28 Sep 2020 17:35:06 +0530 Subject: [PATCH] test3 --- pages-publish.sh | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages-publish.sh b/pages-publish.sh index 4f977a6..5492e4b 100644 --- a/pages-publish.sh +++ b/pages-publish.sh @@ -1,7 +1,7 @@ #! /bin/bash # install tools -sudo apt-get install -y git make python3 python3-pip python3-setuptools +sudo apt-get install -y git make python3 python3-pip python3-setuptools python3-wheel # setup github config git config user.email "185067@nith.ac.in" diff --git a/requirements.txt b/requirements.txt index 5f13f5f..54e927d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pelican -ghp-import \ No newline at end of file +ghp-import +wheel \ No newline at end of file