Misspell: change "inteface" to "interface" (#247)

Changing "zope.inteface" to "zope.interface" for dependencies installation.
This commit is contained in:
Robin Lu 2019-07-26 05:21:12 +08:00 committed by Etoh
parent 5aee6d97c9
commit e7a475ddbe

View File

@ -2,4 +2,4 @@ certifi>=2018.11.29
twisted[tls]>=16.4.0
appnope>=0.1.0; sys_platform == 'darwin'
pypiwin32>=223; sys_platform == 'win32'
zope.inteface>=4.4.0; sys_platform == 'win32'
zope.interface>=4.4.0; sys_platform == 'win32'