Skip to content

Commit

Permalink
add install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
510908220 committed Jun 14, 2017
1 parent 3fbb4ca commit 1ef4640
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
requirements = [
'Click>=6.0',
# TODO: put package requirements here
'jenkinsapi',
'python-jenkins',
'pyquery',
'pendulum'
]

setup_requirements = [
Expand Down

0 comments on commit 1ef4640

Please sign in to comment.