Skip to content

Commit db2f809

Browse files
committed
Unpin dependencies, allowing later versions.
1 parent 9152e36 commit db2f809

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ packages = find_namespace:
2626
# include_package_data = true
2727
python_requires = >=3.6
2828
install_requires =
29-
packaging==20.4
30-
pyparsing==2.2.1
31-
ordered-set==3.1.1
32-
more_itertools==8.8.0
29+
packaging>=20.4
30+
pyparsing>=2.2.1
31+
ordered-set>=3.1.1
32+
more_itertools>=8.8.0
3333

3434
# for pkg_resources
35-
appdirs==1.4.3
35+
appdirs>=1.4.3
3636

3737
[options.packages.find]
3838
exclude =

0 commit comments

Comments
 (0)