Skip to content

Commit

Permalink
fix: remove duplicate dependency definititions
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed May 6, 2024
1 parent 7995330 commit 5f58658
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,9 @@ python_requires = >=3.11
install_requires =
app_server~=0.9
click~=8.1.7
pipfile-requirements~=0.3.0
pipfile-requirements~=0.3
requests~=2.31
semver~=3.0
click==8.1.7
pipfile-requirements==0.3.0
requests==2.31.0
semver==3.0.2


[options.packages.find]
Expand Down

0 comments on commit 5f58658

Please sign in to comment.