Skip to content

Commit 8840df2

Browse files
committed
Add typing for ST3 (python 3.3)
fixes #582 required by mdpopups 4.3+
1 parent 650ab2b commit 8840df2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dependencies.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"*": {
3-
"*": [
3+
"<4000": [
4+
"mdpopups",
5+
"typing"
6+
],
7+
">=4000": [
48
"mdpopups"
59
]
610
}

0 commit comments

Comments
 (0)