From 4b7b16a750052e1bc23fc13744e784521229dfdf Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 14 Nov 2019 23:01:40 +0700 Subject: [PATCH] setup.py: Add setup-requires --- setup.py | 1 + 1 file changed, 1 insertion(+) 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,