Skip to content

Commit

Permalink
adds attrs as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
trp07 committed Jan 23, 2018
1 parent 8eb85e0 commit 8fd3e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
attrs
gevent
twilio
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
],

install_requires=[
'attrs',
'gevent',
'twilio',
],
Expand Down

0 comments on commit 8fd3e5f

Please sign in to comment.