BLD: Remove Delorean as a build and setup dependency.

Now that we use pandas Timestamp throughout, Delorean is no longer
needed as a dependency.
This commit is contained in:
Eddie Hebert
2013-11-11 11:47:41 -05:00
parent 796b9fb67a
commit 408c129760
3 changed files with 0 additions and 5 deletions
-1
View File
@@ -62,7 +62,6 @@ setup(
'Topic :: System :: Distributed Computing',
],
install_requires=[
'delorean',
'iso8601',
'Logbook',
'blist',