diff options
author | Jason Madden <jamadden@gmail.com> | 2021-03-18 08:37:37 -0500 |
---|---|---|
committer | Jason Madden <jamadden@gmail.com> | 2021-03-18 08:37:37 -0500 |
commit | 968ccad5f7e0c5417fb3908cf431e17da3beac50 (patch) | |
tree | 62a6189b8c6c4cbd8a9fa93a2edfb3a8bc094807 /setup.py | |
parent | 41cafd34b01555bc5c8bb7fe1b6181a7acf32fe7 (diff) | |
download | zope-component-issue59.tar.gz |
Remove backwards compatibility imports.issue59
Fixes #59
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -107,8 +107,6 @@ setup( tests_require=TESTS_REQUIRE, install_requires=[ 'setuptools', - 'zope.deferredimport >= 4.2.1', - 'zope.deprecation >= 4.3.0', 'zope.event', 'zope.hookable >= 4.2.0', 'zope.interface >= 4.1.0', |