Skip to content

Commit

Permalink
Unpin dependencies, allowing later versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 22, 2021
1 parent 9152e36 commit db2f809
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ packages = find_namespace:
# include_package_data = true
python_requires = >=3.6
install_requires =
packaging==20.4
pyparsing==2.2.1
ordered-set==3.1.1
more_itertools==8.8.0
packaging>=20.4
pyparsing>=2.2.1
ordered-set>=3.1.1
more_itertools>=8.8.0

# for pkg_resources
appdirs==1.4.3
appdirs>=1.4.3

[options.packages.find]
exclude =
Expand Down

0 comments on commit db2f809

Please sign in to comment.