Skip to content

Commit 6751a4c

Browse files
authored
Merge pull request #80 from KoMiI/master
Adds packaging package to requirements because of using it on PBCKP-289
2 parents 72f42f8 + 01ce229 commit 6751a4c

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)