Skip to content

Commit 01ce229

Browse files
committed
Adds packaging package to requirements because of using it on PBCKP-289
1 parent 72f42f8 commit 01ce229

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: setup.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
from distutils.core import setup
77

88
# Basic dependencies
9-
install_requires = ["pg8000", "port-for>=0.4", "six>=1.9.0", "psutil"]
9+
install_requires = [
10+
"pg8000",
11+
"port-for>=0.4",
12+
"six>=1.9.0",
13+
"psutil",
14+
"packaging",
15+
]
1016

1117
# Add compatibility enum class
1218
if sys.version_info < (3, 4):

0 commit comments

Comments
 (0)