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 | 86c03a98d11e93880b4568776e0939113a92a707 (patch) | |
tree | e07ad2e91e2544f7b2d61e8f3f653fdda26bfd52 /requirements.txt | |
parent | 52f442699a72ff5d0341a7d15d5b966a3cc2bd60 (diff) | |
download | Ishtar-86c03a98d11e93880b4568776e0939113a92a707.tar.bz2 Ishtar-86c03a98d11e93880b4568776e0939113a92a707.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 |