File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- setuptools < 65.7.0 ; python_version == '2.7'
2- setuptools <= 75.1.0 ; python_version >= '3.8'
3- pip < 23.0 ; python_version == '2.7'
4- pip ; python_version >= '3.5'
1+ setuptools <= 75.1.0
2+ pip
53pylint < 2.15.10
64pytest <= 8.1.1
75pytest-pylint <= 1.1.2
86pytest-runner < 7.0.0
97termcolor < 2.5.0
108hypothesis < 6.101.0
11- python-Levenshtein < 0.20.9 ; python_version == '2.7'
12- levenshtein <= 0.25.1 ; python_version >= '3.5'
9+ levenshtein <= 0.25.1
1310mock < 6.0.0
Original file line number Diff line number Diff line change 1- [wheel]
2- universal = 1
3-
41[aliases]
52test = pytest
63
Original file line number Diff line number Diff line change 3131DEPENDENCIES = [
3232 'six' ,
3333 'termcolor' ,
34- 'enum34; python_version < "3.4"'
3534]
3635
3736TEST_DEPENDENCIES = [
3837 'hypothesis' ,
3938 'mock' ,
40- 'python-Levenshtein ' ,
39+ 'levenshtein ' ,
4140]
4241
4342VERSION = '0.7.0'
You can’t perform that action at this time.
0 commit comments