Commit fa468ce5 authored by Lu Xu's avatar Lu Xu 👀

wip

parent d53643af
...@@ -130,17 +130,20 @@ egg = bcrypt ...@@ -130,17 +130,20 @@ egg = bcrypt
setup-eggs = setup-eggs =
cffi cffi
[xmltodict]
recipe = zc.recipe.egg:custom
egg = xmltodict
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
websocket-client websocket-client
${pynacl:egg} ${pynacl:egg}
${bcrypt:egg} ${bcrypt:egg}
${xmltodict:egg}
ncclient ncclient
xmltodict
interpreter = pythonwitheggs interpreter = pythonwitheggs
[versions] [versions]
websocket-client = 1.4.2 websocket-client = 1.4.2
ncclient = 0.6.13 ncclient = 0.6.13
xmltodict = 0.13.0
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