Commit d3628a84 authored by Titouan Soulard's avatar Titouan Soulard

component/pytracemalloc: use the correct version of pytracemalloc

parent 3cab2f5e
[buildout]
parts =
pytracemalloc
download-cache = .
[pytracemalloc]
recipe = zc.recipe.egg
index = .
find-links = https://github.com/vstinner/pytracemalloc/archive/refs/tags/pytracemalloc-1.2.tar.gz
eggs = pytracemalloc
......@@ -34,6 +34,7 @@ extends =
../../component/patch/buildout.cfg
../../component/pillow/buildout.cfg
../../component/pycrypto-python/buildout.cfg
../../component/pytracemalloc/buildout.cfg
../../component/pysvn-python/buildout.cfg
../../component/python-ldap-python/buildout.cfg
../../component/scikit-learn/buildout.cfg
......@@ -602,7 +603,6 @@ eggs = ${neoppod:eggs}
jedi
yapf
typing
pytracemalloc
xlrd
pydot
......@@ -832,7 +832,6 @@ pytesseract = 0.2.2
python-gettext = 4.1
python-libmilter = 1.0.3
python-memcached = 1.58
pytracemalloc = 1.2
PyWavelets = 0.5.2
qrcode = 5.3
responses = 0.10.6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment