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'], )