Skip to content

Commit

Permalink
Merge pull request #12 from aptly-io/fix_for_diffsync
Browse files Browse the repository at this point in the history
fix: transitively depends on packaging
  • Loading branch information
aptly-io authored Mar 5, 2022
2 parents 7219ba6 + ee651d8 commit f0597c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
packages=find_packages(),
install_requires=[
"pykeepass==4.0.1",
"diffsync==1.4.1",
"prompt-toolkit==3.0.28",
"packaging==21.3"
"diffsync==1.4.2",
"prompt-toolkit==3.0.28"
],
extras_require={
"dev": [
Expand Down

0 comments on commit f0597c1

Please sign in to comment.