Skip to content

Commit b3a2918

Browse files
committed
Remove flake8 from req, use new rec line-width of 110, black format
1 parent b5f5930 commit b3a2918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parsedatetime==2.6
2222
pymongo==3.11.4
2323
python-dateutil==2.8.1
2424
python-dotenv==0.18.0
25-
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
25+
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2626
typing-extensions==3.10.0.0
2727
uvloop==0.15.2; sys_platform != 'win32'
2828
yarl==1.6.3; python_version >= '3.6'

0 commit comments

Comments
 (0)