Skip to content

Commit 43e8115

Browse files
committed
Include typing dependency
Fixes #66
1 parent 40b152a commit 43e8115

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ScopeHunter
22

3+
## 2.18.3
4+
5+
- **FIX**: Add typing dependency.
6+
37
## 2.18.2
48

59
- **FIX**: Fix color API access failures.

dependencies.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"*": {
33
">=3124": [
4-
"mdpopups"
4+
"mdpopups",
5+
"typing"
56
]
67
}
78
}

support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import webbrowser
66
import re
77

8-
__version__ = "2.18.2"
8+
__version__ = "2.18.3"
99
__pc_name__ = 'ScopeHunter'
1010

1111

0 commit comments

Comments
 (0)