From 78f408abba97c4cdbf8e5e2d2df8dd4899dd0da5 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Jul 11 2017 02:15:19 +0000 Subject: add python-requests to README If we don't have python-requests then we can't import collect_atomic_vars from atomic_vars.py and it will silently not collect any atomic vars. /home/vagrant/fedora-websites/build.d/build.py(55)() -> from atomic_vars import collect as collect_atomic_vars (Pdb) ImportError: 'No module named requests' --- diff --git a/README.md b/README.md index 347e13e..4ab3506 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This repository contains the sources for the following Fedora Websites: #### 1. Setup your system sudo dnf install git gettext python-genshi python-lxml python-setuptools python-dateutil \ - python-dogpile-cache babel python-feedparser fedfind + python-dogpile-cache babel python-feedparser fedfind python-requests sudo dnf groups install 'Web Server'