Skip to content

Commit

Permalink
Use compatible release clauses in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr42 committed Feb 27, 2022
1 parent 4830f39 commit 30c914b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ package_dir =
packages = find:
python_requires = >=3.8
install_requires =
click ==8
pydantic ==1.9
click ~= 8.0
pydantic ~= 1.9

[options.packages.find]
where = src
Expand Down

0 comments on commit 30c914b

Please sign in to comment.