commit | 7d72973e34b14a5d2df8d7d287c243183835693d | [log] [tgz] |
---|---|---|
author | Anna Arhipova <harhipova@mirantis.com> | Mon Nov 06 11:19:44 2023 +0100 |
committer | Anna Arhipova <harhipova@mirantis.com> | Wed Nov 08 15:38:36 2023 +0100 |
tree | a31b3098874700361e117cf6dc12692c32fd5b53 | |
parent | 0682ae79bb6b7632c1fa8e6212452ac101a56698 [diff] [blame] |
Switch to bootstrap5 Change-Id: Ie69c93f0495b16b687ae8d6fbbdca56cf64bab9d
diff --git a/testrail_bot/requirements.txt b/testrail_bot/requirements.txt index 5762f72..74b4dfc 100644 --- a/testrail_bot/requirements.txt +++ b/testrail_bot/requirements.txt
@@ -1,9 +1,10 @@ celery==4.4.6 Django==3.0.7 -django-bootstrap3==14.0.0 +# django-bootstrap3==14.0.0 psycopg2-binary==2.8.5 redis==3.5.3 testrail-api==1.8.0 uWSGI==2.0.19.1 python-jenkins==1.7.0 matplotlib==3.3.2 +django-bootstrap-v5