Merge pull request #4714 from linchiwei123/fix

Remove duplicated install_requires
This commit is contained in:
Andrey Rahmatullin 2020-08-06 12:17:04 +05:00 committed by GitHub
commit cad84458ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ install_requires = [
'cryptography>=2.0',
'cssselect>=0.9.1',
'itemloaders>=1.0.1',
'lxml>=3.5.0',
'parsel>=1.5.0',
'PyDispatcher>=2.0.5',
'pyOpenSSL>=16.2.0',