Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Fix the django_template benchmark on cpython main
Django has a runtime dependency on distutils, so adding setuptools as a
dependency resolves it.

This has already been resolved upstream [1], but this allows us to keep
using the same version of Django for the benchmark.

[1] https://github.com/django/django/pull/14240/files
  • Loading branch information
mdboom committed Nov 28, 2022
commit 32dd96424b3ad84d97fbb0c4e56bbe79417d721d
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
asgiref==3.3.4
django==3.2.4
pytz==2021.1
setuptools==65.6.3
sqlparse==0.4.1