Skip to content

Commit

Permalink
Add transitive dependencies in the package setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcomu committed Sep 7, 2021
1 parent 8ecdb31 commit 2bb1695
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
install_requires=["importlib-resources==3.3.0",
"PyYAML==5.4",
"dotmap==1.3.23"]
)

0 comments on commit 2bb1695

Please sign in to comment.