Skip to content

Commit

Permalink
Adding setuptools to requirements
Browse files Browse the repository at this point in the history
Mergining with other changes to requirements
  • Loading branch information
john-hawkins committed Sep 27, 2024
1 parent c3cf4ac commit f17ca6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ datatest>=0.11.1
gitpython
pyyaml
fpdf
datatest
gitpython
setuptools
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name = "projit",
packages = ["projit"],
license = "MIT",
install_requires = ['numpy', 'pyyaml', 'pandas', 'fpdf', 'gitpython'],
install_requires = ['numpy', 'pyyaml', 'pandas', 'fpdf', 'gitpython', 'setuptools'],
entry_points = {
"console_scripts": ['projit = projit.cli:main']
},
Expand Down

0 comments on commit f17ca6f

Please sign in to comment.