Skip to content

Commit

Permalink
Add install_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored May 24, 2023
1 parent d417f3e commit 563cd97
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 563cd97

Please sign in to comment.