aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates
diff options
context:
space:
mode:
authorGravatar Janine vN <[email protected]>2025-07-22 11:21:51 -0400
committerGravatar GitHub <[email protected]>2025-07-22 11:21:51 -0400
commitee46bea40aa8bf222ec17249ca341286158c2411 (patch)
tree629f7c0910292f507fb87b69df49bc978437a000 /pydis_site/templates
parentUpdate rules (diff)
Update to using uv
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'pydis_site/templates')
-rw-r--r--pydis_site/templates/events/pages/code-jams/12/rules.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<li>
<p>
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 <code>pipenv</code> or <code>poetry</code>.
+ This should be as easy as possible, which means you should consider using dependency managers like <code>uv</code> or <code>poetry</code>.
We would also encourage you to use <code>docker</code> and <code>docker-compose</code> to containerize your project, but this isn't a requirement.
</p>
</li>