Skip to content

Commit e729ce1

Browse files
author
Sylvain MARIE
committed
Removed dependencies that are now useless
1 parent 82f5f98 commit e729ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# *************** Dependencies *********
2727
INSTALL_REQUIRES = []
2828
DEPENDENCY_LINKS = []
29-
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc', 'ordered-set', 'mako', 'enforce', 'autoclass']
29+
SETUP_REQUIRES = ['pytest-runner', 'setuptools_scm', 'pypandoc', 'pandoc', 'ordered-set', 'mako']
3030
TESTS_REQUIRE = ['pytest', 'pytest-logging', 'pytest-cov', 'numpy', 'pandas']
3131
EXTRAS_REQUIRE = {}
3232

0 commit comments

Comments
 (0)