Skip to content

Commit e66d411

Browse files
committed
Set Python requirements in lower case
1 parent addad02 commit e66d411

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest-xdist==1.22.2
99
six==1.10.0
1010
flake8==3.5.0
1111
requests==2.18.4
12-
BeautifulSoup4==4.6.0
12+
beautifulsoup4==4.6.0
1313
unittest2==1.1.0
1414
chardet==3.0.4
1515
boto==2.48.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'six==1.10.0',
2929
'flake8==3.5.0',
3030
'requests==2.18.4',
31-
'BeautifulSoup4==4.6.0',
31+
'beautifulsoup4==4.6.0',
3232
'unittest2==1.1.0',
3333
'chardet==3.0.4',
3434
'boto==2.48.0',

0 commit comments

Comments
 (0)