diff options
author | Dan McGee <dan@archlinux.org> | 2015-01-11 17:11:15 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2015-01-11 17:11:15 -0600 |
commit | 49596f75b749fa3d8e00f0d99ad639cfbee42b61 (patch) | |
tree | 33c7bc2c5d86bd47fa8555ec34108aaf407f6715 | |
parent | 8b22613dd5a85396155aaabef64902ed9e469ad0 (diff) |
Bump to latest pyinotify version
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements_prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index 619aa505..8a1bd5f9 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -10,6 +10,6 @@ django_countries==3.0.2 jsmin==2.1.0 pgpdump==1.5 psycopg2==2.5.4 -pyinotify==0.9.4 +pyinotify==0.9.5 python-memcached==1.53 pytz>=2014.10 |