Skip to content

Commit

Permalink
migrator: move dictdiffer to install requires
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Aug 15, 2023
1 parent 2339d4d commit 318a4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrator/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ packages = find:
python_requires = >=3.9
zip_safe = False
install_requires =
dictdiffer>=0.9.0
gssapi>=1.8.2
idutils>=1.2.1
invenio-rdm-migrator>=4.0.0
Expand All @@ -29,7 +30,6 @@ install_requires =

[options.extras_require]
tests =
dictdiffer>=0.9.0
pytest-invenio
pytest-black
pytest-mock
Expand Down

0 comments on commit 318a4bd

Please sign in to comment.