From 5ef948270b12671daf066a6eec844e2f0c489a24 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 2 Nov 2014 19:11:31 +0100 Subject: Split the requirements.txt in two (poezio/plugins) --- requirements-plugins.txt | 3 +++ requirements.txt | 9 ++------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 requirements-plugins.txt diff --git a/requirements-plugins.txt b/requirements-plugins.txt new file mode 100644 index 00000000..9bd66ce4 --- /dev/null +++ b/requirements-plugins.txt @@ -0,0 +1,3 @@ +git+git://github.com/afflux/pure-python-otr.git#egg=potr +pyinotify +python-mpd2 diff --git a/requirements.txt b/requirements.txt index 19070299..6bd62d71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,3 @@ -git+git://github.com/afflux/pure-python-otr.git#egg=potr -git+git://git.louiz.org/slixmpp#egg=slixmpp -aiodns -sphinx==1.2.1 setuptools -argparse -pyinotify -python-mpd2 +-e git+git://git.louiz.org/slixmpp#egg=slixmpp +aiodns -- cgit v1.2.3