5997eaa Drop duplicate dependency on Pygments

Authored and Committed by music 2 years ago
1 file changed. 1 lines added. 4 lines removed.
    Drop duplicate dependency on Pygments
    
    Hadn’t noticed that Pygments is actually in install_requires in setup.py;
    therefore reading requirements.txt and adding a manual weak install-time
    dependency are both unnecessary.
    
        
file modified
+1 -4