We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdcd5f commit aa34115Copy full SHA for aa34115
.moban.d/tests/requirements.txt
@@ -1,5 +1,7 @@
1
{% extends 'tests/requirements.txt.jj2' %}
2
{%block extras %}
3
+lxml==3.4.4;python_implementation=="PyPy"
4
+lxml==4.1.1;python_version>="3.7"
5
pyexcel
6
pyexcel-xlsxw
7
{%endblock%}
tests/requirements.txt
@@ -3,5 +3,7 @@ mock;python_version<"3"
codecov
coverage
flake8
8
9
0 commit comments