tryton-config/requirements.txt

172 lines
2.4 KiB
Plaintext
Raw Normal View History

Werkzeug==2.1.2
pycryptodome
cryptography>=2.1.4
2018-05-10 13:02:32 +02:00
pyopenssl>=17.5.0
bcrypt
2014-02-11 16:50:16 +01:00
blinker
Genshi>=0.6
MarkupSafe>=2.1.0
Jinja2>=3.1.0
argparse>=1.2.1
jsonrpclib
lxml>=3.1.0
nose>=1.2.1
polib>=1.0.2
psycopg2-binary>=2.4.6
2014-02-25 15:01:33 +01:00
pydot
# require freetds-dev
2018-05-10 13:02:32 +02:00
python-magic
pyparsing>=1.5.6
python-dateutil>=2.1
python-ldap>=2.4.10 # requires libldap2-dev libsasl2-dev
2018-05-08 11:33:38 +02:00
ldap3
python-sql==1.4.0
2021-01-18 14:39:47 +01:00
python-stdnum>=1.15
2017-03-02 06:58:16 +01:00
banknumber
pytz>=2012h
2018-02-05 16:36:49 +01:00
relatorio>=0.7.0
simplejson>=2.6.2
2018-02-05 11:05:02 +01:00
six
openpyxl==3.0.10
2014-07-25 13:11:33 +02:00
mock
2014-09-03 13:35:52 +02:00
html2text
emailvalid
2014-11-09 11:32:43 +01:00
simpleeval
pyflakes
pypdf>=3
2015-12-04 20:24:48 +01:00
cached-property
2016-04-11 09:58:36 +02:00
wrapt
2018-08-26 13:36:57 +02:00
passlib
2017-03-01 14:49:13 +01:00
langid
2018-02-05 11:05:02 +01:00
babel
weasyprint<53
2018-02-05 11:05:02 +01:00
pycparser
2018-02-05 16:36:49 +01:00
pycha>=0.4.0
pyyaml
2018-04-07 12:14:11 +02:00
ipaddress
2018-11-05 11:12:43 +01:00
Unidecode
2019-03-20 12:04:16 +01:00
humanize
urllib3>=1.26.0
2014-02-11 16:50:16 +01:00
# getmail
easyimap>=0.3.3
2016-10-20 14:42:47 +02:00
#retrofix / aeat
2023-02-08 13:33:45 +01:00
retrofix>=0.29.0
2018-02-05 11:05:02 +01:00
# aeat_sii
zeep
2021-09-06 12:51:54 +02:00
# facturae
xmlsig
2019-01-17 14:52:56 +01:00
# product_attachments
pillow
2018-05-10 13:10:56 +02:00
slug
2019-01-17 14:52:56 +01:00
# galatea
2018-05-30 00:44:13 +02:00
decorator
2023-10-14 14:08:30 +02:00
# Using flask-login 0.6.2 breaks the login process because
# the session is lost little after the login
flask_login==0.6.1
2019-05-03 12:44:01 +02:00
whoosh
2018-06-05 21:00:25 +02:00
2019-01-17 14:52:56 +01:00
# party_maps
2018-11-28 15:37:16 +01:00
geopy
2018-11-29 11:33:02 +01:00
2019-01-17 14:52:56 +01:00
# printer
# apt-get install libcups2-dev
2018-11-29 11:33:02 +01:00
pycups
2019-02-28 12:50:28 +01:00
2019-04-10 23:03:36 +02:00
# account_payment_gateway_paypal
iso8601
2019-05-29 00:48:17 +02:00
# sale_edi, purchase_edi_response
2019-02-28 12:50:28 +01:00
oyaml
git+https://github.com/NaN-tic/python-edifact#egg=edifact
unicodecsv
requests>=2.23.0
requests-oauthlib
2022-01-11 10:57:17 +01:00
# country issue11128
pycountry==20.7.3
# currency
forex-python>=1.8
2020-05-18 11:41:23 +02:00
# filestore-s3
git+https://github.com/NaN-tic/tryton-filestore-s3@main#egg=tryton-filestore_s3
#stock_shipment_ecommerce
ShopifyAPI>=12.0.0
2020-12-29 13:22:22 +01:00
2021-02-01 12:16:26 +01:00
# carrier_send_shipments_mrw
mrw>=0.0.6
2021-02-01 12:16:26 +01:00
# freeze time tests
freezegun>=1.2.0
# html_report
qrcode
python-barcode
# account_payment_braintree
braintree>=4.16.0
# web_shop_vue_storefront
elasticsearch>=8.3.0
2021-04-14 10:54:01 +02:00
# web_shop_vue_storefront_stripe
stripe>=4.1.0
# Flask Repositories:
Flask==2.1.3
Flask-Babel>=0.8
2023-01-19 15:03:39 +01:00
Flask-WTF==1.0.1
flask_tryton>=0.5
Flask-paginate
Flask-Mail
Flask-Cache
flask-lesscss
py-wikimarkup
emailvalid
htmlmin
redsys
pycrypto
email_validator
flask_session
# importer
charset-normalizer
2022-12-30 10:56:38 +01:00
# authentication_saml
pysaml2
2023-01-04 17:26:37 +01:00
# account_statement_csb43
csb43
2023-01-04 18:01:33 +01:00
# account_statement_ofx
ofxparse
2023-01-04 17:26:37 +01:00
# Other core dependencies
defusedxml
efficient-apriori
# febelfin-coda 0.2.0 .whl file has a bug that makes pip think that the 0.1.1
# version was installed instead of 0.2.0. Using --no-binary forces pip to
# compile the package from source and the right version is shown.
febelfin-coda --no-binary=febelfin-coda
2023-01-04 17:26:37 +01:00
geomet
mt940
2023-03-14 16:57:40 +01:00
# Required by upgrades
blessings
2023-06-23 12:30:32 +02:00
# Required by marketing_email_template
Markdown
2023-09-06 09:43:34 +02:00
# babi
openai