summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-11-02 19:11:31 +0100
committermathieui <mathieui@mathieui.net>2014-11-02 19:11:31 +0100
commit5ef948270b12671daf066a6eec844e2f0c489a24 (patch)
tree66f152bbd7b69ad53ba0ea0975985d29d6490bde
parent691200fafaf3496d140fc91e990909bccb65b576 (diff)
downloadpoezio-5ef948270b12671daf066a6eec844e2f0c489a24.tar.gz
poezio-5ef948270b12671daf066a6eec844e2f0c489a24.tar.bz2
poezio-5ef948270b12671daf066a6eec844e2f0c489a24.tar.xz
poezio-5ef948270b12671daf066a6eec844e2f0c489a24.zip
Split the requirements.txt in two (poezio/plugins)
-rw-r--r--requirements-plugins.txt3
-rw-r--r--requirements.txt9
2 files changed, 5 insertions, 7 deletions
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