diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 69f718b..01800c3 --- 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.6.5', 'nose==1.1.2'] )