Skip to content

Commit bf779b0

Browse files
committed
- added nose to pycasts requirements
1 parent 69e1a98 commit bf779b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Currently, there are some restrictions:
4444
1. TimeSeries can only contain single dimensional, floating point timeseries
4545
2. For internal representation, the UNIX epochs are used
4646

47+
Requirements
48+
============
49+
* nose >= 1.2.1
50+
4751
License
4852
=======
4953
Copyright (c) 2012 Christian Schwarz

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
license = "LICENSE.txt",
1212
description = "A Python Forecasting and Smoothing Library",
1313
long_description = open("README.txt").read(),
14-
install_requires = []
15-
# "Django >= 1.1.1",
14+
install_requires = ["nose >= 1.2.1"]
1615
# "caldav == 0.1.4",
1716
)

0 commit comments

Comments
 (0)