summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2020-05-30 17:14:46 +0200
committerJelle van der Waa <jelle@archlinux.org>2020-06-29 16:28:27 +0200
commit1a15dea6700eadc8379d0fef2e0b3f37de92c54e (patch)
treebff44cd06c66c0faf08d42fa4c01d7d9d9aea34e /requirements.txt
parentd0bafe48c47876492170eb1aa77a8dc4685db919 (diff)
downloadarchweb-1a15dea6700eadc8379d0fef2e0b3f37de92c54e.tar.gz
archweb-1a15dea6700eadc8379d0fef2e0b3f37de92c54e.zip
Add rebuilderd status import and reporting functionalityrelease_2020-06-29
Import the rebuilderd status periodically with a django management command into RebuilderdStats which holds one record per pkgname with it's pkgver/pkgrel/epoch all recorded. Shown as a developer dashboard and with opt in mail notifications for when a package becomes not reproducible.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index efbf68b7..548cba8b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,3 +15,4 @@ django-csp==3.6
ptpython==2.0.4
feedparser==5.2.1
bleach==3.1.5
+requests==2.22.0