We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5879a commit f4db124Copy full SHA for f4db124
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
here = path.abspath(path.dirname(__file__))
13
14
# *************** Dependencies *********
15
-INSTALL_REQUIRES = ['pyyaml'] # 'typing_inspect' is now copied internally so as to be compliant with very old versions of typing module
+INSTALL_REQUIRES = ['pyyaml']
16
DEPENDENCY_LINKS = []
17
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc']
18
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cov']
0 commit comments