Skip to content

Commit 52f7270

Browse files
author
Ackim
committed
add authorizenet to poetry
1 parent aa937a4 commit 52f7270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

authorizenet/apicontractsv1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
_GenerationUID = pyxb.utils.utility.UniqueIdentifier('urn:uuid:6a124e8c-3f7c-11eb-bcdb-847beb3cc146')
1818

1919
# Version of PyXB used to generate the bindings
20-
_PyXBVersion = '1.2.5'
20+
_PyXBVersion = '1.2.6'
2121
# Generated bindings are not compatible across PyXB versions
2222
if pyxb.__version__ != _PyXBVersion:
2323
raise pyxb.PyXBVersionError(_PyXBVersion)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# your project is installed. For an analysis of "install_requires" vs pip's
6464
# requirements files see:
6565
# https://packaging.python.org/en/latest/requirements.html
66-
install_requires=['pyxb==1.2.5', 'lxml==4.*', 'requests==2.*'],
66+
install_requires=['PyXB-X==1.2.6.1', 'lxml==4.*', 'requests==2.*'],
6767
#install_requires=['nose'],
6868
#install_requires=['nosetests'],
6969
#install_requires=['mock'],

0 commit comments

Comments
 (0)