4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-10 10:49:33 +00:00

Remove not unnecessary dependencies

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

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