diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-27 20:44:52 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-06-17 13:21:27 +0200 |
commit | 0f3229a119e53054d98c5e878a9581403628cd08 (patch) | |
tree | e07ad2e91e2544f7b2d61e8f3f653fdda26bfd52 /requirements.txt | |
parent | cfabd636d0a6d84e8377be3e4d041b4e75ddda9a (diff) | |
download | Ishtar-0f3229a119e53054d98c5e878a9581403628cd08.tar.bz2 Ishtar-0f3229a119e53054d98c5e878a9581403628cd08.zip |
Migrate to python 3 - Clean old migrations and some old scripts
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 2e281d125..8a0e8eaaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,10 +13,9 @@ requests==2.12 dbf==0.96.003 python-memcached==1.57 -unicodecsv==0.14.1 # django-background-tasks==1.1.11 ## not mandatory -pytidylib==0.2.1 +pytidylib==0.3.2 lxml==3.4.0 django-extra-views==0.2.4 |