Skip to content

Commit 1365ca4

Browse files
committed
Require Django 1.3 and isodate
Closes tobami#99
1 parent 257b528 commit 1365ca4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For an overview of some application concepts see the [wiki page](https://github.
88

99
# Requirements
1010

11-
You will need Python 2.6+ and Django 1.1+ with South and Tastypie.
11+
You will need Python 2.6+ and Django 1.3+ with South and Tastypie.
1212

1313
In Debian and Ubuntu, they can be installed with:
1414

@@ -19,6 +19,7 @@ Instead of using distribution packages, you can use pip:
1919
sudo pip install django
2020
sudo pip install South
2121
sudo pip install django-tastypie
22+
sudo pip install isodate
2223

2324
If you want version control integration, there are additional requirements:
2425

0 commit comments

Comments
 (0)