Skip to content

Commit

Permalink
Merge pull request #337 from palewire/patch-5
Browse files Browse the repository at this point in the history
Add `install_requires` to setup.py
  • Loading branch information
chekos authored May 24, 2023
2 parents d417f3e + 563cd97 commit 4e6c398
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ def local_version(version):
"Tracker": "https://github.com/chekos/datawrapper/issues",
},
packages=("datawrapper",),
install_requires=[
"importlib_metadata",
"rich",
"requests",
"pandas",
"ipython",
],
setup_requires=["setuptools_scm"],
use_scm_version={"version_scheme": version_scheme, "local_scheme": local_version},
license="MIT",
Expand Down

0 comments on commit 4e6c398

Please sign in to comment.