Skip to content

Commit

Permalink
Dependencies: Specify packaging as a primary server dependency; rucio…
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed Oct 29, 2024
1 parent 963b537 commit d510914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/requirements.server.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ oic==1.7.0 # for authentication
prometheus_client==0.20.0 # Python client for the Prometheus monitoring system
boto3==1.34.142 # S3 boto protocol (new version)
xmlsec==1.3.13, !=1.3.14 # Required to install pyproject.toml-based projects; 1.3.14 excluded due to https://github.com/xmlsec/python-xmlsec/issues/314
packaging==24.1 # Packaging utilities

# All dependencies needed in extras for rucio server/daemons should be defined here
paramiko==3.4.1 # ssh_extras; SSH2 protocol library (also needed in the server)
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ multidict==6.0.5
oic==1.7.0
# via -r requirements.server.in
packaging==24.1
# via qbittorrent-api
# via -r requirements.server.in
paramiko==3.4.1
# via -r requirements.server.in
pbr==6.0.0
Expand Down

0 comments on commit d510914

Please sign in to comment.