File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
long_description = readme .read ()
15
15
16
16
setup (name = 'zscaler_python_sdk' ,
17
- python_requires = '>3.6 .2' ,
17
+ python_requires = '>3.8 .2' ,
18
18
version = __version__ ,
19
19
description = 'Python Interface to Zscaler API' ,
20
20
long_description = long_description ,
24
24
'Intended Audience :: Developers' ,
25
25
'License :: OSI Approved :: MIT License' ,
26
26
'Operating System :: OS Independent' ,
27
- 'Programming Language :: Python :: 3.6 .2' ,
27
+ 'Programming Language :: Python :: 3.8 .2' ,
28
28
'Natural Language :: English' ,
29
29
],
30
30
keywords = 'zscaler python' ,
35
35
url = 'https://github.com/eparra/zscaler-python-sdk/' ,
36
36
license = 'MIT' ,
37
37
packages = ['zscaler_python_sdk' ],
38
- install_requires = ['requests>=2.20.0 ' ],
38
+ install_requires = ['requests>=2.25.1 ' ],
39
39
zip_safe = False
40
40
)
You can’t perform that action at this time.
0 commit comments