Skip to content

Commit

Permalink
Update django-queryset-csv and django-tinsel to Python 3 versions
Browse files Browse the repository at this point in the history
Support for Python 3 was added before these versions, but was only correctly
declared in the patch releases.
  • Loading branch information
jwalgran committed Dec 18, 2019
1 parent b3a7e28 commit 4023b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Django==1.11.16 # rq.filter: >=1.11,<1.12
django-apptemplates==1.3
django-contrib-comments==1.8.0
django-js-reverse==0.7.3
django-queryset-csv==1.0.0 # https://github.com/azavea/django-queryset-csv/commits/master
django-queryset-csv==1.0.2 # https://github.com/azavea/django-queryset-csv/commits/master
django-recaptcha==1.4.0
django-redis==4.8.0
django-registration-redux==1.7
django-storages==1.6.5
django-threadedcomments==1.1
django-tinsel==1.0.0
django-tinsel==1.0.1
django-webpack-loader==0.5.0 # https://github.com/owais/django-webpack-loader/releases
flake8==2.0 # rq.filter: ==2.0
functools32==3.2.3.post2
Expand Down

0 comments on commit 4023b1a

Please sign in to comment.