sforkowany z mirror/rnsutils
1
0
Forkuj 0

Add missing runtime dependency on lxml

master
Olivier Jolly 2016-01-26 10:53:46 +01:00
rodzic ef86b11c78
commit 0f210a9951
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -87,7 +87,7 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
# install_requires=[''],
install_requires=['lxml'],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,