Skip to content

Commit

Permalink
Read setup.py dependencies from requeriments.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Almacellas Abellana committed Jun 2, 2017
1 parent 1036268 commit a6870af
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,8 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools

REQUIRES = [
"certifi",
"ipaddress",
"oauth2client",
"setuptools",
"six",
"urllib3!=1.21",
"python-dateutil",
"pyyaml",
"websocket-client",
]
with open('requirements.txt') as f:
REQUIRES = f.readlines()

setup(
name=PACKAGE_NAME,
Expand Down

0 comments on commit a6870af

Please sign in to comment.