Merge pull request #95 from sender/delorean-fix

Add Delorean to dependency list in setup.py
This commit is contained in:
Thomas Wiecki
2013-02-24 06:26:20 -08:00
+1
View File
@@ -57,6 +57,7 @@ setup(
'Topic :: System :: Distributed Computing',
],
install_requires=[
'delorean',
'msgpack-python',
'iso8601',
'Logbook',