Skip to content

Commit a136c8a

Browse files
author
Alejandro Gómez
committed
setup.py modified for finding requirements
1 parent 34ec554 commit a136c8a

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
@@ -14,7 +14,7 @@
1414
long_description=open('README.rst').read(),
1515
license='ISC',
1616
packages=find_packages(exclude=['*tests*']),
17-
install_requires=map(str.strip, open('requirements.txt')),
17+
install_requires=map(str.strip, open('requirements/base.txt')),
1818
include_package_data=True,
1919
classifiers=(
2020
'Programming Language :: Python',

0 commit comments

Comments
 (0)