Skip to content

Commit f4db124

Browse files
committed
Removed completely inaccurate comment (copied from another project :) )
1 parent fc5879a commit f4db124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
here = path.abspath(path.dirname(__file__))
1313

1414
# *************** Dependencies *********
15-
INSTALL_REQUIRES = ['pyyaml'] # 'typing_inspect' is now copied internally so as to be compliant with very old versions of typing module
15+
INSTALL_REQUIRES = ['pyyaml']
1616
DEPENDENCY_LINKS = []
1717
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc']
1818
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cov']

0 commit comments

Comments
 (0)