@@ -28,13 +28,12 @@ def get_timestamped_version(ver):
2828
2929install_requirements = [
3030 'click >= 4.1,<7.1' ,
31- 'argparse >= 1.2.1' ,
3231 'Pygments >= 2.0' , # Pygments has to be Capitalcased.
33- 'prompt_toolkit >= 2.0.0 , < 2.1 .0' ,
34- 'sqlparse >=0.2.2 ,<0.3.0 ' ,
32+ 'prompt_toolkit>= 2.0.6,<4.0 .0' ,
33+ 'sqlparse >=0.3.0 ,<0.5 ' ,
3534 'configobj >= 5.0.6' ,
3635 'humanize >= 0.5.1' ,
37- 'cli_helpers >= 0.2.3, < 1. 0.0' ,
36+ 'cli_helpers[styles] >= 2. 0.0'
3837 'applicationinsights>=0.11.1' ,
3938 'future>=0.16.0' ,
4039 'wheel>=0.29.0' ,
@@ -60,6 +59,7 @@ def get_timestamped_version(ver):
6059 long_description_content_type = 'text/markdown' ,
6160 install_requires = install_requirements ,
6261 include_package_data = True ,
62+ python_requires = ">=3.6" ,
6363 scripts = [
6464 'mssql-cli.bat' ,
6565 'mssql-cli'
@@ -69,13 +69,11 @@ def get_timestamped_version(ver):
6969 'License :: OSI Approved :: BSD License' ,
7070 'Operating System :: Unix' ,
7171 'Programming Language :: Python' ,
72- 'Programming Language :: Python :: 2.7' ,
7372 'Programming Language :: Python :: 3' ,
74- 'Programming Language :: Python :: 3.4' ,
75- 'Programming Language :: Python :: 3.5' ,
7673 'Programming Language :: Python :: 3.6' ,
7774 'Programming Language :: Python :: 3.7' ,
7875 'Programming Language :: Python :: 3.8' ,
76+ 'Programming Language :: Python :: 3.9' ,
7977 'Programming Language :: SQL' ,
8078 'Topic :: Database' ,
8179 'Topic :: Database :: Front-Ends' ,
0 commit comments