Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
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
2 changes: 1 addition & 1 deletion sip/execution_control/configuration_db/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
redis==2.10.6
jsonschema==2.6.0
jinja2>=2.10.1
PyYAML==4.2b4
PyYAML==5.4
2 changes: 1 addition & 1 deletion sip/execution_control/configuration_db/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def package_files(directory):
'redis==2.10.6',
'jsonschema==2.6.0',
'jinja2>=2.10.1',
'PyYAML==4.2b4'
'PyYAML==5.4'
],
zip_safe=False,
classifiers=[
Expand Down