add protego to install_requires

This commit is contained in:
Vostretsov Nikita 2019-09-10 08:58:52 +00:00
parent 6bd88711f2
commit c7f2bdfdbe
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ setup(
'six>=1.10.0',
'w3lib>=1.17.0',
'zope.interface>=4.1.3',
'protego>=0.1.15',
],
extras_require=extras_require,
)