|
|
@ -72,9 +72,13 @@ setup( |
|
|
extras_require={ |
|
|
extras_require={ |
|
|
'dev': tests_require |
|
|
'dev': tests_require |
|
|
+ ( |
|
|
+ ( |
|
|
'black>=22.3.0', |
|
|
|
|
|
|
|
|
# we need to manually/explicitely bump major versions as they're |
|
|
|
|
|
# likely to result in formatting changes that should happen in their |
|
|
|
|
|
# own PR. This will basically happen yearly |
|
|
|
|
|
# https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy |
|
|
|
|
|
'black>=23.1.0,<24.0.0', |
|
|
'build>=0.7.0', |
|
|
'build>=0.7.0', |
|
|
'isort>=5.11.4', |
|
|
|
|
|
|
|
|
'isort>=5.11.5', |
|
|
'pycountry>=19.8.18', |
|
|
'pycountry>=19.8.18', |
|
|
'pycountry-convert>=0.7.2', |
|
|
'pycountry-convert>=0.7.2', |
|
|
'pyflakes>=2.2.0', |
|
|
'pyflakes>=2.2.0', |
|
|
|