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 3cf3e0d commit 865a1d7Copy full SHA for 865a1d7
JciHitachi/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = "Allan Lin"
2
-__version__ = "1.6.2"
+__version__ = "1.6.3"
setup.py
@@ -8,6 +8,10 @@
8
with open("requirements.txt", "r", encoding="utf-8") as f:
9
install_requires = f.read().split("\n")
10
11
+with open("requirements_test.txt", "r", encoding="utf-8") as f:
12
+ tests_require = f.read().split("\n")
13
+
14
15
if __name__ == "__main__":
16
setuptools.setup(
17
name="LibJciHitachi",
0 commit comments