Skip to content

Commit

Permalink
fix: update click and tomlkit (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Jun 8, 2021
1 parent b8fb692 commit 947ea3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _read_long_description():
packages=find_packages(exclude=("tests",)),
license="MIT",
install_requires=[
"click>=7,<8",
"click>=7,<9",
"click_log>=0.3,<1",
"gitpython>=3.0.8,<4",
"invoke>=1.4.1,<2",
Expand All @@ -44,7 +44,7 @@ def _read_long_description():
"requests>=2.25,<3",
"wheel",
"python-gitlab>=1.10,<3",
"tomlkit==0.7.0",
"tomlkit==0.7.2",
"dotty-dict>=1.3.0,<2",
],
extras_require={
Expand Down

0 comments on commit 947ea3b

Please sign in to comment.