Skip to content

Commit

Permalink
Cleanup requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jan 8, 2025
1 parent a6fb70b commit 5031947
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions grabber.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ def process_cluster_status(cluster_status: requests.Response) -> dict | None:
The response is expected to be a JSON like:
{
'dqmrubu-c2a06-03-01.cms': {'up': True, 'msg': None},
'dqmfu-c2b01-45-01.cms': {'up': True, 'msg': None},
'dqmfu-c2b02-45-01.cms': {'up': True, 'msg': None}
'dqmrubu-c2a06-03...cms': {'up': True, 'msg': None},
'dqmfu-c2b01-45...cms': {'up': True, 'msg': None},
'dqmfu-c2b02-45...cms': {'up': True, 'msg': None}
}
"""
return_value = None
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
requests==2.31.0
cernrequests
Flask<3.0
SQLAlchemy<2.0
SQLAlchemy<2.0
sqlalchemy-utils
gunicorn<21.0.0
psycopg2-binary
werkzeug
python-dotenv<2.0.0
pytz
pytz

0 comments on commit 5031947

Please sign in to comment.