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.
2 parents fe7c49f + 17fe62e commit 9e11a86Copy full SHA for 9e11a86
Makefile
@@ -173,7 +173,7 @@ mypy: ${PYSOURCES}
173
MYPYPATH=typeshed/2.7 mypy --py2 --disallow-untyped-calls schema_salad
174
175
jenkins:
176
- if ! test -d env ; then virtualenv env ; fi
+ rm -Rf env && virtualenv env
177
. env/bin/activate ; \
178
pip install -U setuptools pip wheel ; \
179
${MAKE} install-dep coverage.html coverage.xml pep257_report.txt \
requirements.txt
@@ -1,7 +1,7 @@
1
requests
2
-ruamel.yaml
3
-rdflib >= 4.1.
4
-rdflib-jsonld >= 0.3.0
+ruamel.yaml==0.11.11
+rdflib>=4.1.
+rdflib-jsonld>=0.3.0
5
mistune
6
typing ; python_version>="2.7"
7
avro ; python_version<"3"
0 commit comments