8000 Fix the django_template benchmark on cpython main (gh-248) · python/pyperformance@fd22d5a · GitHub
[go: up one dir, main page]

Skip to content

Commit fd22d5a

Browse files
authored
Fix the django_template benchmark on cpython main (gh-248)
Fixes #247. 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] django/django#14240
1 parent 1631b6a commit fd22d5a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
asgiref==3.3.4
22
django==3.2.4
33
pytz==2021.1
4+
setuptools==65.6.3
45
sqlparse==0.4.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
mpmath==1.2.1
2+
setuptools==65.6.3
23
sympy==1.8

0 commit comments

Comments
 (0)
0