Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cicd/crabserver_pypi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Original dependencies from WMCore's requirements.txt
# https://github.com/dmwm/WMCore/blob/2.3.7.1/requirements.txt
# https://github.com/dmwm/WMCore/blob/2.4.5.2/requirements.txt
# Lesser deps but match the version with upstream.
Cheetah3==3.2.6.post1
CherryPy==18.8.0
CherryPy~=18.10.0
CMSMonitoring==0.6.11
dbs3-client==4.0.12
future==0.18.3
future~=1.0.0
httplib2==0.20.4
psutil==5.9.5
pycurl==7.45.2
PyJWT==2.4.0
retry==0.9.2
boto3~=1.12.49
boto3~=1.42.10
cx-Oracle~=8.3.0
2 changes: 1 addition & 1 deletion cicd/crabserver_pypi/wmcore_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
# Specifying repo other than "dmwm/WMCore" will use "clone-and-copy" method instead
# of "pip install". See more detail in cicd/crabserver/installWMCore.sh
https://github.com/dmwm/WMCore 2.3.7.1
https://github.com/dmwm/WMCore 2.4.5.2
4 changes: 2 additions & 2 deletions cicd/crabtaskworker_pypi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://github.com/dmwm/WMCore/blob/2.3.7.1/requirements.txt
# https://github.com/dmwm/WMCore/blob/2.4.5.2/requirements.txt
# update deps version when bump wmcore version

dbs3-client~=4.0.12
future~=0.18.2
future~=1.0.0
htcondor~=25.0.3
psutil~=5.9.1
pycurl~=7.45.1
Expand Down