Remove twiggy from install requirements

pull/14/head
Dan Puttick 2017-04-10 13:25:51 +02:00
parent 5865ddd94d
commit 13460d643d
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,15 @@
Changelog
=========
2.2.0 (in progress)
---
New features:
-
Fixes:
-
2.1.0
---

View File

@ -1,4 +1,3 @@
twiggy
python-magic
pytest
pytest-cov

View File

@ -23,5 +23,5 @@ setup(
'Topic :: Communications :: File Sharing',
'Topic :: Security',
],
install_requires=['twiggy', 'python-magic'],
install_requires=['python-magic'],
)