From 13460d643dff6a3b4ff74368b08a673f1123cbf5 Mon Sep 17 00:00:00 2001 From: Dan Puttick Date: Mon, 10 Apr 2017 13:25:51 +0200 Subject: [PATCH] Remove twiggy from install requirements --- CHANGELOG.md | 9 +++++++++ dev-requirements.txt | 1 - setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df1a217..2158f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +2.2.0 (in progress) +--- +New features: +- + +Fixes: +- + + 2.1.0 --- diff --git a/dev-requirements.txt b/dev-requirements.txt index 8c42eaa..8d2f7f4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,3 @@ -twiggy python-magic pytest pytest-cov diff --git a/setup.py b/setup.py index 4397c5f..21b03f9 100644 --- a/setup.py +++ b/setup.py @@ -23,5 +23,5 @@ setup( 'Topic :: Communications :: File Sharing', 'Topic :: Security', ], - install_requires=['twiggy', 'python-magic'], + install_requires=['python-magic'], )