Update setup.py to point to the new requirement file (#371)

This commit is contained in:
IronPan 2018-11-27 12:45:07 -08:00 committed by k8s-ci-robot
parent 6fcb28bc26
commit c0345dec90
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages, Command as SetupToolsCommand
VERSION = '0.1.dev0'
with open('requirements.txt', 'r') as f:
with open('requirements.dataflow.txt', 'r') as f:
install_requires = f.readlines()
CUSTOM_COMMANDS = [