diff --git a/setup.py b/setup.py index 603a73e..fd93f00 100755 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ class InstallCommand(install): setup( name='xmlschema', version='1.0.15', + setup_requires=['elementpath~=1.3.0'], install_requires=['elementpath~=1.3.0'], packages=['xmlschema'], include_package_data=True,