Skip to content

Commit c3cc26c

Browse files
committed
Add requires
1 parent 64c6319 commit c3cc26c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
setup(
88
name = 'pyforchange',
9-
packages=find_packages(),
9+
packages=find_packages(),
10+
install_requires=['os','pandas','json','math'],
11+
python_requires='>=3',
1012
include_package_data=True, # muy importante para que se incluyan archivos sin extension .py
1113
version = '2.0.3',
1214
description ="pythonforchange.github.io",

0 commit comments

Comments
 (0)