Skip to content

Commit

Permalink
Disable mercurial dependency
Browse files Browse the repository at this point in the history
Update requirements.txt (asgiref).
  • Loading branch information
vstinner committed Mar 26, 2020
1 parent add4ee9 commit 5ae5d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyperformance/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Django # bm_django_template
Genshi # bm_genshi
Mako # bm_mako
SQLAlchemy # bm_sqlalchemy_declarative
mercurial # bm_hg_startup
# FIXME: reenable hg_startup
# mercurial # bm_hg_startup
# FIXME: reenable bm_html5lib benchmark
# html5lib # bm_html5lib
pyaes # bm_crypto_pyaes
Expand Down
3 changes: 1 addition & 2 deletions pyperformance/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
#
# pip-compile requirements.in
#
asgiref==3.2.5 # via django
asgiref==3.2.7 # via django
certifi==2019.11.28 # via dulwich
chameleon==3.6.2 # via -r requirements.in
django==3.0.4 # via -r requirements.in
dulwich==0.19.15 # via -r requirements.in
genshi==0.7.3 # via -r requirements.in
mako==1.1.2 # via -r requirements.in
markupsafe==1.1.1 # via mako
mercurial==5.3.1 # via -r requirements.in
mpmath==1.1.0 # via sympy
psutil==5.7.0 # via -r requirements.in
pyaes==1.6.1 # via -r requirements.in
Expand Down

0 comments on commit 5ae5d62

Please sign in to comment.