init commit
parent
faa4053b52
commit
08facc6f56
|
|
@ -32,7 +32,7 @@
|
|||
stage('install required packages') {
|
||||
steps {
|
||||
sh '''
|
||||
pip install -r requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
python-decouple
|
||||
pyyaml
|
||||
pandas
|
||||
decouple
|
||||
requests
|
||||
datetime
|
||||
argparse
|
||||
Loading…
Reference in New Issue