Skip to content

Commit

Permalink
fixup! Fix deprecation of pkg_resources, use importlib.metadata instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Nov 8, 2023
1 parent 15e0014 commit 29b299e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
keywords='blockfrost blockchain cardano ipfs',
packages=find_packages(exclude=['tests', 'tests.*']),
python_requires='>=3.7, <4',
install_requires=[
requires= [
"importlib_metadata",
];
install_requires=[
"requests",
],
tests_require=[
Expand Down

0 comments on commit 29b299e

Please sign in to comment.