diff options
author | Dan McGee <dan@archlinux.org> | 2013-04-10 21:00:17 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-04-10 21:03:09 -0500 |
commit | 06e1e857abfdf7f95661d337ce3c315bd51fb837 (patch) | |
tree | 7d14e91e1b2f953c6ecfccaca4f315837f4e68a3 /requirements.txt | |
parent | 90e969a160e1ec028ded1ca9b33975ec50fed154 (diff) |
Allow mirror rsync IPs to be IPv4/IPv6 addresses or networksrelease_2013-04-10
This gives us a bunch more flexibility on this field, and now supports
all the options that the rsync config file supports.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index ab81387f..84450c76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ -e git+git://github.com/fredj/cssmin.git@master#egg=cssmin Django==1.5.1 +IPy==0.81 Markdown==2.3.1 South==0.7.6 bencode==1.0 |