-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: pin packages to odoo version + do not use specific patched vers…
…ion of python (#294) * feat: package fixing rev + fix test on current image + do not ping on specific patched version of python
- Loading branch information
1 parent
2814582
commit 055fd0e
Showing
19 changed files
with
456 additions
and
449 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,46 @@ | ||
# Extra python dependencies | ||
algoliasearch==2.6.2 | ||
Adyen==7.1.1 | ||
cachetools==5.2.0 | ||
cerberus==1.3.4 | ||
boto3==1.26.17 | ||
factur-x==2.3 | ||
invoice2data==0.3.6 | ||
magento==3.1 | ||
mailjet-rest==1.3.4 | ||
openupgradelib==3.4.0 | ||
paramiko==2.12.0 | ||
algoliasearch==1.17.0 | ||
Adyen==1.2.0 | ||
cachetools==2.1.0 | ||
cerberus==1.2 | ||
boto3==1.7.40 | ||
factur-x==0.3 | ||
invoice2data==0.2.74 | ||
magento==3.0 | ||
mailjet-rest==1.3.0 | ||
openupgradelib==1.3.2 | ||
paramiko==2.4.2 | ||
parse-accept-language==0.1.2 | ||
paypalrestsdk==1.13.1 | ||
phonenumbers==8.13.1 | ||
pyquerystring==1.1 | ||
pyOpenSSL==22.1.0 | ||
pyquerystring==1.1 | ||
phonenumbers==8.9.8 | ||
pyquerystring==1.0.2 | ||
pyOpenSSL==18.0.0 | ||
pyquerystring==1.0.2 | ||
pysimplesoap==1.16.2 | ||
requests-mock==1.10.0 | ||
requests-mock==1.5.0 | ||
slugify==0.0.1 | ||
stripe==5.0.0 | ||
unidecode==1.3.6 | ||
vcrpy==4.2.1 | ||
stripe==1.82.2 | ||
unidecode==1.0.22 | ||
vcrpy==1.12.0 | ||
|
||
# Library dependency | ||
asn1crypto==1.5.1 | ||
bcrypt==4.0.1 | ||
botocore==1.29.17 | ||
cffi==1.15.1 | ||
cryptography==38.0.4 | ||
dateparser==1.1.4 | ||
idna==3.4 | ||
jmespath==1.0.1 | ||
multidict==6.0.2 | ||
pdfminer.six==20221105 | ||
pyasn1==0.4.8 | ||
pycparser==2.21 | ||
pycryptodome==3.16.0 | ||
PyNaCl==1.5.0 | ||
pytesseract==0.3.10 | ||
regex==2022.10.31 | ||
s3transfer==0.6.0 | ||
suds-jurko==0.6 | ||
tzlocal==4.2 | ||
Unidecode==1.3.6 | ||
yarl==1.8.1 | ||
asn1crypto==0.24.0 | ||
bcrypt==3.1.4 | ||
botocore==1.10.40 | ||
cffi==1.11.5 | ||
cryptography==2.3.0 | ||
dateparser==0.7.0 | ||
idna==2.7 | ||
jmespath==0.9.3 | ||
multidict==4.3.1 | ||
pdfminer.six==20170720 | ||
pyasn1==0.4.3 | ||
pycparser==2.18 | ||
pycryptodome==3.6.6 | ||
PyNaCl==1.2.1 | ||
pytesseract==0.2.2 | ||
regex==2018.6.9 | ||
s3transfer==0.1.13 | ||
tzlocal==1.5.1 | ||
Unidecode==1.0.22 | ||
yarl==1.2.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.