|
1 | | -# Installer requirements |
2 | | -# ---------------------- |
3 | 1 | # |
4 | | -# The list of installer requirements is hardcoded in pyperformance/venv.py |
| 2 | +# This file is autogenerated by pip-compile |
| 3 | +# To update, run: |
5 | 4 | # |
6 | | -# Note: installer requirements are also used in .travis.yml |
7 | | - |
8 | | -# html5lib requires setuptools 18.5 or newer |
9 | | -setuptools>=18.5 |
10 | | -# pip 6 is the first version supporting environment markers |
11 | | -pip>=6.0 |
12 | | -# install wheel so pip can cache binary wheel packages locally, |
13 | | -# and install prebuilt wheel packages from PyPI |
14 | | -wheel |
15 | | - |
16 | | - |
17 | | -# Indirect dependencies |
18 | | -# --------------------- |
| 5 | +# pip-compile requirements.in |
19 | 6 | # |
20 | | -# Freeze indirect dependencies to get a more reproductible test environment |
21 | | - |
22 | | -# tornado 4.4.1 dependencies |
23 | | -backports-abc==0.5 |
24 | | -singledispatch==3.4.0.3 |
25 | | -certifi==2019.11.28 |
26 | | - |
27 | | -# Mako 1.0.4 dependencies |
28 | | -MarkupSafe==1.1.1 |
29 | | - |
30 | | -# html5lib 0.999999999 dependencies |
31 | | -webencodings==0.5.1 |
32 | | - |
33 | | -# sympy 1.0 dependency |
34 | | -mpmath==1.1.0 |
35 | | - |
36 | | - |
37 | | -# pyperformance dependencies |
38 | | -# -------------------------- |
39 | | - |
40 | | -six==1.14.0 |
41 | | -pyperf==1.7.0 |
42 | | - |
43 | | - |
44 | | -# Benchmarks dependencies |
45 | | -# ----------------------- |
46 | | -# |
47 | | -# When one of these dependencies is upgraded, the pyperformance major version |
48 | | -# should be increased to respect semantic versionning. Comparison between |
49 | | -# two pyperformance results of two different major versions is not reliable. |
50 | | - |
51 | | -Chameleon==3.6.2 # bm_chameleon |
52 | | -Django==3.0.3 # bm_django_template |
53 | | -Genshi==0.7.3 # bm_genshi |
54 | | -Mako==1.1.1 # bm_mako |
55 | | -SQLAlchemy==1.3.13 # bm_sqlalchemy_declarative |
56 | | -dulwich==0.19.15 # dulwich_log |
57 | | -mercurial==5.2.2 # bm_hg_startup |
58 | | -html5lib==1.0.1 # bm_html5lib |
59 | | -pyaes==1.6.1 # bm_crypto_pyaes |
60 | | -sympy==1.5.1 # bm_sympy |
61 | | -tornado==6.0.3 # bm_tornado_http |
62 | | - |
63 | | - |
64 | | -# Optional dependencies |
65 | | -# --------------------- |
66 | | -# |
67 | | -# The list of optional dependencies is hardcoded in pyperformance/venv.py |
68 | | - |
| 7 | +asgiref==3.2.3 # via django |
| 8 | +certifi==2019.11.28 # via dulwich |
| 9 | +chameleon==3.6.2 |
| 10 | +django==3.0.3 |
| 11 | +dulwich==0.19.15 |
| 12 | +genshi==0.7.3 |
| 13 | +html5lib==1.0.1 |
| 14 | +mako==1.1.1 |
| 15 | +markupsafe==1.1.1 # via mako |
| 16 | +mercurial==5.3 |
| 17 | +mpmath==1.1.0 # via sympy |
69 | 18 | psutil==5.6.7 |
70 | | - |
71 | | - |
72 | | -# pyperformance |
73 | | -# ------------- |
74 | | -# |
75 | | -# The pyperformance module is installed inside the virtual environment |
76 | | -# by pyperformance/venv.py |
| 19 | +pyaes==1.6.1 |
| 20 | +pyperf==1.7.0 |
| 21 | +pytz==2019.3 # via django |
| 22 | +six==1.14.0 |
| 23 | +sqlalchemy==1.3.13 |
| 24 | +sqlparse==0.3.0 # via django |
| 25 | +sympy==1.5.1 |
| 26 | +tornado==6.0.3 |
| 27 | +urllib3==1.25.8 # via dulwich |
| 28 | +webencodings==0.5.1 # via html5lib |
0 commit comments