Skip to content

Commit d582d17

Browse files
committed
Remove unused "portalocker" from Python dependencies
1 parent 13f60c0 commit d582d17

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ soupsieve==1.9.5;python_version<"3.5"
2929
soupsieve==2.0;python_version>="3.5"
3030
beautifulsoup4==4.9.0
3131
atomicwrites==1.3.0
32-
portalocker==1.7.0
3332
cryptography==2.9
3433
pyopenssl==19.1.0
3534
pygments==2.5.2;python_version<"3.5"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
'soupsieve==2.0;python_version>="3.5"',
112112
'beautifulsoup4==4.9.0',
113113
'atomicwrites==1.3.0',
114-
'portalocker==1.7.0',
115114
'cryptography==2.9',
116115
'pyopenssl==19.1.0',
117116
'pygments==2.5.2;python_version<"3.5"',

0 commit comments

Comments
 (0)