Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
andreycizov committed Mar 2, 2018
1 parent a982ca4 commit 7c8f5a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
grpcio>=1.2.0
grpcio_tools
protobuf
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

readme = open('README.rst').read()
history = open('HISTORY.rst').read()
reqs = [x.strip() for x in open('requirements.txt').readlines()]

setup(
name=pkg.__name__,
Expand All @@ -15,11 +16,7 @@
keywords='',
include_package_data=True,
long_description=readme,
install_requires=[
'grpcio>=1.2.0',
'grpcio_tools',
'protobuf',
],
install_requires=reqs,
test_suite='tests',
tests_require=[

Expand Down

0 comments on commit 7c8f5a2

Please sign in to comment.