From fa75617ab820bf23fecec6c038cc9b747a70ba4b Mon Sep 17 00:00:00 2001
From: Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com>
Date: Sat, 16 Apr 2016 19:09:01 +0200
Subject: updated requiremets and TODO list


diff --git a/TODO b/TODO
deleted file mode 100644
index e69de29..0000000
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..76dc0b7
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,5 @@
+- [ ] list notes of predecessor, if available, on show detail page
+- [ ] list notes of successor, if available to show detail page
+- [ ] add management command to automatically renew program slots
+- [ ] add jingle field (File) to Show model
+- [ ] customize the admin interface for program slot
diff --git a/requirements.txt b/requirements.txt
index 22470f4..9b82779 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-Django==1.8.8
+Django==1.8.12
 MySQL-python==1.2.5
-Pillow==3.0.0
+Pillow==3.2.0
 PyYAML==3.11
-django-tinymce==2.0.6
-python-dateutil==2.4.2
+django-tinymce==2.3.0
+python-dateutil==2.5.2
-- 
cgit v0.10.2