From c717413b586bd902cbb91dabaea5dd11a3882427 Mon Sep 17 00:00:00 2001 From: pewpews Date: Sat, 12 Mar 2016 16:14:03 +0100 Subject: [PATCH] Added dependency python-dateutil; --- README.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 782960a..b75b8b8 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ People wanting to import galleries from the Pururin database torrent should find - robobrowser (pip) - Send2Trash (pip) - Pillow (pip) or PIL +- python-dateutil (pip) # Contributing [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Pewpews/happypanda?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/requirements.txt b/requirements.txt index 605e913..79cc617 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ rarfile watchdog robobrowser Send2Trash -pillow \ No newline at end of file +pillow +python-dateutil \ No newline at end of file