Skip to content

Commit 1a2ff2a

Browse files
author
Filip Schouwenaars
authored
be explicit about install_requires.
1 parent cc41c48 commit 1a2ff2a

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
@@ -6,5 +6,5 @@
66
name='pythonwhat',
77
version='2.1.1',
88
packages=['pythonwhat', 'pythonwhat.test_funcs'],
9-
requires=["ast", "re", "markdown2"]
9+
install_requires=["dill", "IPython", "numpy", "pandas", "markdown2"]
1010
)

0 commit comments

Comments
 (0)