Skip to content
Merged
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
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented here.
- Fixed AI tester to report error when the specified `submission` file is not found (#663)
- Updated docker image to use Ubuntu 24.04 (#668)
- Fixed stack installation in Docker environment (#668)
- Removed `click` from server requirements.txt file (#679)

## [v2.8.3]
- Add troubleshooting section talking about Docker Content Trust (DCT) (#653)
Expand Down
1 change: 0 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rq==2.6.0
click==8.1.8
redis==6.4.0
pyyaml==6.0.3
jsonschema==4.25.1
Expand Down