Skip to content

Commit fa7a0d8

Browse files
author
akagarwa
committed
Updated setup.py with pyxb 1.2.5
1 parent de7bb6e commit fa7a0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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', 'lxml'],
65+
install_requires=['pyxb==1.2.5', 'nose', 'mock', 'lxml'],
6666
#install_requires=['nose'],
6767
#install_requires=['nosetests'],
6868
#install_requires=['mock'],

0 commit comments

Comments
 (0)