summaryrefslogtreecommitdiffstats
path: root/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18Implement CSP for archwebJelle van der Waa1-0/+1
Add django-csp as dependency to be able to set CSP inside django's settings and allow setting a CSP_NONCE for inline <script>'s in templates. Since archweb heavily uses this pattern it's the best compromise.
2019-02-14Update to django 2.1.7release_2019-02-14Jelle van der Waa1-1/+1
2019-02-11Bump django to latest versionJelle van der Waa1-1/+1
2.1.6 security release. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2019-01-28requirements: update markdown to the latest versionJelle van der Waa1-1/+1
2019-01-28requirements update parse dependencyJelle van der Waa1-1/+1
2019-01-28switch to python3's buildin mockJelle van der Waa1-1/+0
Instead of using a python module use the build-in mock and remove the module from requirements.txt
2019-01-28requirements: remove unused MarkupSafe dependencyJelle van der Waa1-1/+0
MarkupSafe was last used in 353f803, but obsolete since we now use Django for making markup safe.
2019-01-21bump django version to 2.1.5Jelle van der Waa1-1/+1
2019-01-21requirements: Update bencode.py to latest versionJelle van der Waa1-1/+1
Update to the latest version for Python 3 compatibiity.
2019-01-21Switch to fork of bencode for Python 3 supportJelle van der Waa1-1/+1
2019-01-11requirements.txt: update to 1.11.18release_2019-01-11Jelle van der Waa1-1/+1
2018-12-06Update to latest djangoJelle van der Waa1-1/+1
2018-11-13update to django 1.11.16Jelle van der Waa1-1/+1
2018-08-01Updateto Django 1.11.15Jelle van der Waa1-1/+1
2018-05-03requirements: Update django to 1.11.13Jelle van der Waa1-1/+1
Minor bugfix release which fixes two regressions and one crash.
2018-04-21Update django to 1.11.12Jelle van der Waa1-1/+1
This django release contains two small bugfixes.
2018-04-08Add missing dependencyJelle van der Waa1-0/+1
2018-04-08Add missing requirement django_jinjaJelle van der Waa1-0/+1
2018-04-08Upgrade to django 1.11.11Jelle van der Waa1-4/+4
Update our dependencies as well to the latest stable version. Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
2018-02-17Add donation import management script (#81)jelle van der Waa1-0/+1
This script imports messages from a Maildir folder and creates new unique Donors based on the name in the subject. The subject also contains the amount and the email address, which is not stored by Archweb.
2017-08-25devel: Add reporead testJelle van der Waa1-0/+1
Add a test for reporead import database functionality. Move tests for devel to a separate directory and depend on mock for patching the logging functonality. (Included by default in Python 3)
2017-06-29Update jsmin to latest stable versionJelle van der Waa1-1/+1
2017-06-29Update markdown to latest stable versionJelle van der Waa1-1/+1
2017-05-02Remove the last piece of django-jinja existanceJelle van der Waa1-2/+0
2017-05-02Update to django 1.8Jelle van der Waa1-3/+3
Update django, djang-jinja version. Use TEMPLATES = [] to configure the django templates etc. since the old way will be obsolete.
2016-04-22Version bump of the Django version to 1.7.11release_2016-04-24Angel Velasquez1-1/+1
Signed-off-by: Angel Velasquez <angvp@archlinux.org>
2015-06-18Bump several requirementsDan McGee1-5/+5
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-02The usual requirements bumpingDan McGee1-3/+3
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-04-02Update to latest django-countriesDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-15More dependency version bumpsDan McGee1-3/+3
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-03-08Django version bump to 1.7.5Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-26Bump some package requirementsDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-15Requirements updates for various packagesDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-01-29Requirements version updatesrelease_2015-01-29Dan McGee1-3/+3
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-01-19Update to latest django-countriesDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-01-13Bump to latest Django 1.7.x releaserelease_2015-01-13Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2015-01-03Update several requirementsrelease_2015-01-03Dan McGee1-4/+5
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-12-08Upgrade to python-markdown 2.5.2Dan McGee1-1/+1
safe_mode is now deprecated, so adjust things accordingly. Signed-off-by: Dan McGee <dan@archlinux.org>
2014-12-01Update to latest django-jinja releaseDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-10-28Bump to django_countries bugfix releaserelease_2014-10-28Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-10-23Bump to Django 1.7.1release_2014-10-23Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-10-21Update django_countries to latest releaseDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-10-18Install and wire up django-jinjaDan McGee1-0/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-02Bump Django requirement to 1.7Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-01Remove dependency on SouthDan McGee1-1/+0
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-01Update to a version of django-countries compatible with 1.7Dan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-09-01Requirements bumpingDan McGee1-3/+3
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-06-28Bump some requirementsrelease_2014-08-07Dan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-05-31Bump markdown requirement versionDan McGee1-1/+1
Signed-off-by: Dan McGee <dan@archlinux.org>
2014-05-18Bump some requirementsDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org>