diff options
author | mathieui <mathieui@mathieui.net> | 2014-11-02 19:11:31 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-11-02 19:11:31 +0100 |
commit | 5ef948270b12671daf066a6eec844e2f0c489a24 (patch) | |
tree | 66f152bbd7b69ad53ba0ea0975985d29d6490bde | |
parent | 691200fafaf3496d140fc91e990909bccb65b576 (diff) | |
download | poezio-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.txt | 3 | ||||
-rw-r--r-- | requirements.txt | 9 |
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 |