Skip to content

Commit

Permalink
Merge branch 'v0.5.2rc' of github.com:toomore/grs
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Apr 11, 2014
2 parents 46a1678 + d749b49 commit f4448e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@


from .best_buy_or_sell import BestFourPoint
from .fetch_data import Stock
try:
from .fetch_data import Stock
except ImportError:
pass
from .realtime import RealtimeStock
from .realtime import RealtimeWeight
from .tw_time import Countdown
Expand Down
7 changes: 7 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Sphinx
pip-tools
pip>=1.4
pylint
python-dateutil==1.5
setuptools>=0.9
wheel>=0.21

0 comments on commit f4448e2

Please sign in to comment.