From ed9d023d29c8fb2c97b3c898e0831a6ea9285174 Mon Sep 17 00:00:00 2001 From: Felipe de Jesus Ruiz Garcia Date: Thu, 26 Jul 2018 19:54:15 -0500 Subject: [PATCH] Add requirements.txt Adding requirements.txt file that provides the non-default python dependencies requires for the centos.git.repolist.py . This ease the the creation of the virtualenv. Signed-off-by: Felipe de Jesus Ruiz Garcia --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e487c04 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +simplejson -- 2.14.4