From ee46bea40aa8bf222ec17249ca341286158c2411 Mon Sep 17 00:00:00 2001 From: Janine vN Date: Tue, 22 Jul 2025 11:21:51 -0400 Subject: Update to using uv Co-authored-by: Joe Banks --- pydis_site/templates/events/pages/code-jams/12/rules.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydis_site/templates/events/pages/code-jams/12/rules.html b/pydis_site/templates/events/pages/code-jams/12/rules.html index 463a0c52..c2b70746 100644 --- a/pydis_site/templates/events/pages/code-jams/12/rules.html +++ b/pydis_site/templates/events/pages/code-jams/12/rules.html @@ -21,7 +21,7 @@
  • You must document precisely how to install and run your project. - This should be as easy as possible, which means you should consider using dependency managers like pipenv or poetry. + This should be as easy as possible, which means you should consider using dependency managers like uv or poetry. We would also encourage you to use docker and docker-compose to containerize your project, but this isn't a requirement.

  • -- cgit v1.2.3