From 0d9a763ebb2bb844790e12a376afe18cde27aed8 Mon Sep 17 00:00:00 2001 From: Matt Molyneaux Date: Sun, 7 Jun 2015 08:03:32 +0100 Subject: [PATCH] Don't duplicate requires in both `requirements.txt` and `setup.py` --- requirements.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 99248ff..d6e1198 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1 @@ -fswrap==0.1.2 -commando==0.3.4 -PyYAML==3.11 -Markdown==2.6.2 -MarkupSafe==0.23 -Pygments==2.0.2 -typogrify==2.0.7 -smartypants==1.8.6 -Jinja2==2.7.3 +-e .