Skip to content

Commit de9dc6f

Browse files
committed
fix typos in requirements
1 parent d4763dc commit de9dc6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#---------------------------------------------------------
22
# PlexAPI core requirements.
3-
# pip install -r requirments.txt
3+
# pip install -r requirements.txt
44
#---------------------------------------------------------
55
requests
66
tqdm
7-
websocket-client
7+
websocket-client

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#---------------------------------------------------------
22
# PlexAPI requirements to run py.test.
3-
# pip install -r requirments_dev.txt
3+
# pip install -r requirements_dev.txt
44
#---------------------------------------------------------
55
coveralls
66
flake8

0 commit comments

Comments
 (0)