diff --git a/README.md b/README.md index 8d89ef76..7c0df164 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,6 @@ Dependencies * Logbook * blist * requests -* delorean * iso8601 * [python-dateutil](https://pypi.python.org/pypi/python-dateutil) (>= 2.1) diff --git a/etc/requirements.txt b/etc/requirements.txt index f90dc4a1..59227a29 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -20,6 +20,3 @@ TA-Lib==0.4.7 # For fetching remote data requests==1.2.3 - -# For remaining sane when coping with dates -delorean==0.2.1 diff --git a/setup.py b/setup.py index 5d3cd985..e72c8ad4 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,6 @@ setup( 'Topic :: System :: Distributed Computing', ], install_requires=[ - 'delorean', 'iso8601', 'Logbook', 'blist',