Skip to content

Commit

Permalink
add util/jenkins/requirements.txt to make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemshahzad committed Apr 16, 2021
1 parent 3acc595 commit e0f9371
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -32,6 +32,7 @@ upgrade: ## update the pip requirements files to use the latest releases satisfy
pip-compile --upgrade -o util/jenkins/requirements-cloudflare.txt requirements/cloudflare.in
pip-compile --upgrade -o util/pingdom/requirements.txt requirements/pingdom.in
pip-compile --upgrade -o util/vpc-tools/requirements.txt requirements/vpc-tools.in
pip-compile --upgrade -o util/jenkins/requirements.txt requirements/jenkins.in
# Post process all of the files generated above to work around open pip-tools issues
util/post-pip-compile.sh \
requirements/pip-tools.txt \
Expand All @@ -40,6 +41,7 @@ upgrade: ## update the pip requirements files to use the latest releases satisfy
util/elasticsearch/requirements.txt \
util/jenkins/requirements-cloudflare.txt \
util/pingdom/requirements.txt \
util/vpc-tools/requirements.txt
util/vpc-tools/requirements.txt \
util/jenkins/requirements.txt

include *.mk
15 changes: 15 additions & 0 deletions requirements/jenkins.in
@@ -0,0 +1,15 @@
# Python dependencies for the util/jenkins/requirements.txt

awscli
boto
boto3
futures ; python_version == "2.7" # via s3transfer
s3cmd
pyyaml
backoff==1.4.3
celery==3.1.25
click==6.7
opsgenie-sdk==0.3.1
PyMySQL==0.9.3
redis==2.10.6
splunk-sdk==1.6.6

0 comments on commit e0f9371

Please sign in to comment.