diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 22:18:33 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-14 22:18:33 +0200 |
commit | c39b64da645dae6440cb6fbba7f828c903072276 (patch) | |
tree | 1d8550c9401b75ef2f58cd52b864c8ded3e8a52c /requirements.txt | |
parent | ceb93508265e053fa8db3734731a275912f2e7c5 (diff) | |
download | Ishtar-c39b64da645dae6440cb6fbba7f828c903072276.tar.bz2 Ishtar-c39b64da645dae6440cb6fbba7f828c903072276.zip |
Django 1.8: formtools is now an external lib - trick to make pisa use new version of reportlab
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 44018a33d..98122296f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,8 @@ django-extra-views==0.2.4 beautifulsoup4==4.3.2 markdown==2.5.1 --e git+https://github.com/treyhunner/django-simple-history.git@f2f23e67d3f0e9d3be391d0842a160e5a32b26f7#egg=1.8.2 +django-formtools==1.0 + +-e git+https://github.com/treyhunner/django-simple-history.git@1.8.2#egg=django-simple-history django-extensions==1.3.10 |