Skip to content

Commit c60ccbe

Browse files
authored
fix typo in setup.py for jsonlines (#3899)
* Update setup.py Fix typo in setup.py * Update setup.py * Update setup.py
1 parent f567f53 commit c60ccbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'whitenoise==4.1.4',
6565
'django-environ==0.4.5',
6666
'titlecase',
67-
'json-lines==1.2.0' # requred by yarn audit parser
67+
'jsonlines==2.0.0' # requred by yarn audit parser
6868
],
6969

7070
extras_require={'mysql': ['mysqlclient==2.0.3']},

0 commit comments

Comments
 (0)