Skip to content

Commit

Permalink
Update sclients + remove requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lsankar4033 committed Aug 13, 2020
1 parent 850bd76 commit fbf139e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
long_description_content_type="text/markdown",
url="https://github.com/lsankar4033/stethoscope",
packages=setuptools.find_packages(),
install_requires=[
# NOTE: to be consistent with pyrum's versions
"trio==0.13.0",
"pyrum>=0.3.0,<0.4.0",
"stethoscope-clients==0.1.5",
"PyYAML==5.3.1",
"colored==1.4.2",
"eth-utils==1.8.4",
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit fbf139e

Please sign in to comment.