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 e3e31b0 commit f60cd17Copy full SHA for f60cd17
.gitignore
@@ -55,3 +55,4 @@ target/
55
56
venv/
57
.DS_Store
58
+.idea/
.python-version
@@ -0,0 +1 @@
1
+3.6.5
Makefile
@@ -48,6 +48,7 @@ clean:
48
rm -f .coverage
49
rm -rf coverage
50
rm -rf build
51
+ rm -rf venv
52
53
54
.PHONY: all build env linux run pep test vtest testloop cov clean
requirements.txt
@@ -1 +1 @@
-mistune==0.7
+mistune==0.7.3
0 commit comments