Skip to content

Commit 06aa7b8

Browse files
committed
Update dependencies
1 parent 5cc7236 commit 06aa7b8

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

requirements-dev.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
applicationinsights >= 0.11.1
2-
argparse >= 1.2.1
32
enum34 >= 1.1.6
43
future >= 0.16.0
54
setuptools >= 36.0.1
65
wheel >= 0.29.0
7-
coverage >= 4.3.4, < 5.0
6+
coverage >= 5.2.1
87
twine >= 1.11.0
98
bumpversion >= 0.5.3
109
tox >= 2.7.0
1110
flake8 >= 3.3.0
1211
pytest >= 4.6.5
13-
pytest-cov >= 2.5.1
12+
pytest-cov >= 2.11.1
1413
pytest-timeout >= 1.3.3
1514
pylint >= 1.9.5
1615
docutils >= 0.13.1
1716
azure-storage == 0.36.0
1817
click >= 4.1, < 7.1
1918
Pygments >= 2.0
20-
prompt_toolkit>= 2.0.0 , < 2.1.0
21-
sqlparse >=0.2.2,<0.3.0
19+
prompt_toolkit >= 2.0.6 , < 4.0.0
20+
sqlparse >= 0.3.0,<0.5
2221
configobj >= 5.0.6
2322
humanize >= 0.5.1
24-
cli_helpers >= 0.2.3, < 1.0.0
23+
cli_helpers[styles] >= 2.0.0
2524
mock>=1.0.1
2625
polib>=1.1.0

setup.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ def get_timestamped_version(ver):
2828

2929
install_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

Comments
 (0)