Skip to content

Commit dad8284

Browse files
author
Kriti Gupta
committed
Update setup.py
1 parent f4be265 commit dad8284

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,19 @@
6262
# your project is installed. For an analysis of "install_requires" vs pip's
6363
# requirements files see:
6464
# https://packaging.python.org/en/latest/requirements.html
65-
install_requires=['pyxb', 'nose', 'mock'],
65+
install_requires=['pyxb', 'nose', 'mock', 'lxml'],
6666
#install_requires=['nose'],
6767
#install_requires=['nosetests'],
6868
#install_requires=['mock'],
69+
#install_requires=['lxml'],
6970

7071
# List additional groups of dependencies here (e.g. development
7172
# dependencies). You can install these using the following syntax,
7273
# for example:
7374
# $ pip install -e .[dev,test]
7475
extras_require={
7576
#'pip install mock'
77+
#'pip install lxml'
7678
#'dev': ['check-manifest'],
7779
#'test': ['coverage'],
7880
},

0 commit comments

Comments
 (0)