Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit 3d1a6d0

Browse files
author
Thomas Preud'homme
committed
[LNT] Python 3 support: update dependencies
Update dependencies to fix 2 python 3 related issues: - progressbar does not support Python 3 (use progressbar2 instead) - PyYAML 3.12 fails to install with Python 3.7 (issue #126, use PyYAML 3.13 instead) Reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls Reviewed By: hubert.reinterpretcast Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D68126 git-svn-id: https://llvm.org/svn/llvm-project/lnt/trunk@373859 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 14e21dd commit 3d1a6d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ WTForms==2.0.2
1515
Flask-WTF==0.12
1616
typing
1717
click==6.7
18-
pyyaml==3.12
18+
pyyaml==3.13
1919
requests
2020
future
2121
-e svn+https://llvm.org/svn/llvm-project/llvm/trunk/utils/lit/#egg=lit

requirements.server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
psycopg2==2.7
44
# Flask 0.11 does not work yet.
55
gunicorn==18.0
6-
progressbar==2.3
6+
progressbar2

0 commit comments

Comments
 (0)