Skip to content

Commit fabc6f8

Browse files
committed
Changed the required version of pyflakes to one that supports ANNASSIGN (python annotated assignments, now used in the code)
- Legacy-Id: 17982
1 parent 0a7648b commit fabc6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pathlib2>=2.3.0
4747
Pillow>=3.0
4848
#pip==9.0.1 # Earlier pip has issues, 9.0.2 and 9.0.3, 10.0.0b1 leaves dross when down- and up-grading packages
4949
pyang>=1.7.2
50-
pyflakes>=0.9.2
50+
pyflakes>=1.5.0
5151
pyopenssl>=17.5.0 # Used by urllib3.contrib, which is used by PyQuery but not marked as a dependency
5252
pyquery>=1.3.0
5353
python-dateutil>=2.4

0 commit comments

Comments
 (0)