We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abbe49 commit 4701d68Copy full SHA for 4701d68
Changelog.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented here.
6
- Fixed AI tester to report error when the specified `submission` file is not found (#663)
7
- Updated docker image to use Ubuntu 24.04 (#668)
8
- Fixed stack installation in Docker environment (#668)
9
+- Removed `click` from server requirements.txt file (#679)
10
11
## [v2.8.3]
12
- Add troubleshooting section talking about Docker Content Trust (DCT) (#653)
server/requirements.txt
@@ -1,5 +1,4 @@
1
rq==2.6.0
2
-click==8.1.8
3
redis==6.4.0
4
pyyaml==6.0.3
5
jsonschema==4.25.1
0 commit comments