diff options
author | Jacob Walls <jacobtylerwalls@gmail.com> | 2022-04-14 08:30:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 08:30:43 -0400 |
commit | c10f18c0aa90349a17c09a40cfb650424ef1fcf3 (patch) | |
tree | 53a93d78f4e779317dab2190d7ab903b13b05cb1 /requirements_test_brain.txt | |
parent | 6c2997256cfc7a811781edd06c5bf1a229407ef3 (diff) | |
download | astroid-git-c10f18c0aa90349a17c09a40cfb650424ef1fcf3.tar.gz |
Fix `instance_attrs` building error in Qt brain (#1505)
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'requirements_test_brain.txt')
-rw-r--r-- | requirements_test_brain.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_test_brain.txt b/requirements_test_brain.txt index a45e3bf2..9f7e1341 100644 --- a/requirements_test_brain.txt +++ b/requirements_test_brain.txt @@ -3,6 +3,7 @@ types-attrs nose numpy>=1.17.0 python-dateutil +PyQt6 types-python-dateutil six types-six |