Remove not unnecessary dependencies

This commit is contained in:
Romain Thomas 2019-04-15 21:01:35 +02:00
parent f20b1600c9
commit 4608af8280

View File

@ -13,11 +13,6 @@ zip_safe = False
packages = find: packages = find:
include_package_data = True include_package_data = True
python_requires = >=2.7 python_requires = >=2.7
install_requires =
sphinx
colored
sphinx-paramlinks
sphinx_rtd_theme
scripts = scripts =
examples/python/elf_reader.py examples/python/elf_reader.py
examples/python/pe_reader.py examples/python/pe_reader.py