version: 7.0

This commit is contained in:
nadia 2023-11-27 16:37:12 +00:00
parent 268d74bd5f
commit 9c8231d509
2 changed files with 108 additions and 1 deletions

View File

@ -0,0 +1,107 @@
argcomplete==2.0.0
argon2-cffi==21.1.0
asttokens==2.2.1
attrs==22.2.0
backcall==0.2.0
bcrypt==3.2.2
beautifulsoup4==4.11.2
braintree==4.24.0
cached-property==1.5.2
certifi==2022.9.24
cffi==1.15.1
chardet==5.1.0
charset-normalizer==3.0.1
click==8.1.3
colorama==0.4.6
cryptography==41.0.5
csb43==0.9.2
decorator==5.1.1
defusedxml==0.7.1
efficient-apriori==2.0.3
elastic-transport==8.10.0
elasticsearch==8.11.0
elementpath==4.1.5
executing==1.2.0
febelfin-coda==0.2.0
freezegun==1.2.1
Genshi==0.7.7
gevent==22.10.2
greenlet==2.0.2
gunicorn==20.1.0
html2text==2020.1.16
httplib2==0.20.4
idna==3.3
importlib-metadata==6.8.0
ipython==8.5.0
iso3166==2.1.1
isodate==0.6.1
jedi==0.18.2
ldap3==2.9.1
lxml==4.9.2
MarkupSafe==2.1.2
matplotlib-inline==0.1.6
mt940==0.6.0
oauthlib==3.2.2
ofxparse==0.21
parso==0.8.3
passlib==1.7.4
pexpect==4.8.0
phonenumbers==8.13.26
pickleshare==0.7.5
Pillow==9.4.0
platformdirs==2.6.0
ply==3.11
polib==1.1.1
prompt-toolkit==3.0.36
proteus==7.0.0
psycopg2==2.9.5
ptyprocess==0.7.0
pure-eval==0.0.0
pyactiveresource==2.2.2
pyasn1==0.4.8
pycountry==22.3.5
pycparser==2.21
pycurl==7.45.2
pydot==1.4.2
pygal==3.0.4
Pygments==2.14.0
PyJWT==2.8.0
pyOpenSSL==23.3.0
pyparsing==3.0.9
pypdf==3.4.1
pypng==0.20220715.0
pysaml2==7.4.2
PySimpleSOAP==1.16.2
python-barcode==0.15.1
python-dateutil==2.8.2
python-Levenshtein==0.12.2
python-magic==0.4.26
python-sql==1.4.2
python-stdnum==1.19
pytz==2022.7.1
PyYAML==6.0
qrcode==7.4.2
relatorio==0.10.1
requests==2.28.1
requests-file==1.5.1
requests-oauthlib==1.3.1
requests-toolbelt==0.10.1
schwifty==2023.11.0
ShopifyAPI==12.3.0
simpleeval==0.9.12
six==1.16.0
soupsieve==2.3.2
stack-data==0.6.2
stripe==7.6.0
traitlets==5.5.0
typing_extensions==4.8.0
urllib3==1.26.12
wcwidth==0.2.5
webcolors==1.13
Werkzeug==2.2.2
wrapt==1.14.1
xmlschema==2.5.0
zeep==4.2.1
zipp==3.17.0
zope.event==4.4
zope.interface==5.5.2

View File

@ -36,7 +36,7 @@ services:
SMTP_EMAIL: ${SMTP_EMAIL}
image: tryton/${POSTGRES_DB}:${TRYTOND_VERSION}
healthcheck:
test: curl --fail localhost:${TRYTON_PORT} || exit 1
test: curl --fail localhost:8000 || exit 1
interval: 30s
retries: 5
start_period: 30s