78f408a add python-requests to README

Authored and Committed by dustymabe 6 years ago
1 file changed. 1 lines added. 1 lines removed.
    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)<module>()
        -> from atomic_vars import collect as collect_atomic_vars
        (Pdb)
        ImportError: 'No module named requests'
    
        
file modified
+1 -1