diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 69f718b..a9e3f9a --- a/setup.py +++ b/setup.py @@ -12,5 +12,5 @@ url='https://github.com/prior/webexpy', download_url='https://github.com/prior/webexpy/tarball/v%s'%VERSION, packages=['webex','webex.test'], - install_requires=[ 'lxml==2.3.1', 'nose==1.1.2'] + install_requires=[ 'lxml==4.9.1', 'nose==1.1.2'] )