[build-system] requires = [ "poetry>=1.5.0",] build-backend = "poetry.masonry.api" [tool.isort] profile = "black" py_version = 37 [tool.black] line-length = 79 target-version = [ "py37",] [tool.poetry] name = "ERPLibre" version = "1.6.0" description = "Easy way to configure Odoo community" license = "AGPL-3.0-or-later" authors = [ "Mathieu Benoit ",] [tool.poetry.dependencies] python = ">=3.7.16,<3.8" acme = "2.6.0" aioshutil = "<1.2" altair = "5.0.1" argcomplete = "3.1.1" asn1crypto = "1.4.0" azure-identity = "1.15.0" azure-storage-blob = "12.19.0" babel = "2.9.1" beautifulsoup4 = "^4.13.4" boto3 = "1.33.13" cbor2 = "5.4.2" chardet = "5.0.0" click = "8.1.8" cloudflare = "3.0.1" code-writer = "1.1.1" coverage = "7.2.7" cryptography = "39.0.1" css-html-prettify = "^2.5.5" cython = "3.0.10" decorator = "4.3.0" dnspython = "2.3.0" docutils = "0.17.1" ebaysdk = "2.1.5" email-validator = "2.0.0" emoji = "^2.14.1" extract-msg = "0.36.1" factur-x = "^3.6" feedparser = "6.0.10" flake8 = "<6.0.0" freezegun = "1.1.0" furo = "2021.2.21b25" future = "0.18.3" geoip2 = "2.9.0" geojson = "<3.0.0" gevent = "1.5.0" giturlparse = "0.10.0" greenlet = "0.4.14" humanize = "4.6.0" idna = "2.10" iscompatible = "^0.1.1" isort = "<5.12.0" jinja2 = "2.11.3" jira = "2.0.0" libsass = "0.17.0" lxml = "4.9.1" mako = "1.2.2" markupsafe = "1.1.0" mmg = "1.0.3" mock = "2.0.0" mysqlclient = "2.1.1" num2words = "0.5.6" numpy = "1.21.1" odoorpc = "0.7.0" ofxparse = "0.19" olefile = "0.47" openpyxl = "3.1.3" openupgradelib = "^3.11.1" ovh = "1.1.2" packaging = "21.3" pandas = "1.3.5" passlib = "1.7.1" phonenumbers = "^9.0.10" pillow = "9.3.0" polib = "1.1.0" psutil = "5.9.0" psycopg2 = "2.9.5" pycountry = "22.3.5" pydot = "1.4.1" pygments = "2.7.4" pyjwt = "2.5.0" pykcs11 = "^1.5.17" pylint-odoo = "8.0.19" pymssql = "2.3.0" pyopenssl = "21.0.0" pyparsing = "2.2.0" pypdf2 = "1.27.9" pyproj = "3.2.1" pyserial = "3.4" python-chess = "^1.999" python-dateutil = "2.7.3" python-git = "^2018.2.1" python-jose = "3.3.0" python-keystoneclient = "3.22.0" python-ldap = "3.1.0" python-pptx = "0.6.23" python-stdnum = "1.17" python-swiftclient = "^4.8.0" python-u2flib-server = "^5.0.1" pytz = ">=2022.7" pyusb = "1.0.2" pyyaml = "6.0" qrcode = "6.1" randomwords = "^0.4.0" reportlab = "3.6.5" requests = "2.28.1" responses = "0.23.1" rjsmin = "1.1.0" selenium = "4.11.2" setuptools = "65.5.1" shapely = "1.8.5" sphinx = "3.0" sphinx-intl = "2.2.0" sphinx-rtd-theme = "1.2.2" sqlparse = "0.4.4" toml = "^0.10.2" tqdm = "^4.67.1" urllib3 = ">=1.26.13" uvloop = "0.17.0" validators = "0.20.0" vobject = "0.9.6.1" voicent-python = "^1.0" webcolors = "1.13" websocket-client = "1.6.1" werkzeug = "0.16.1" wheel = "0.42.0" win-unicode-console = "^0.5" xlrd = "1.1.0" xlsxwriter = "1.1.2" xmlformatter = "^0.2.8" zeep = "4.2.1" zipp = ">=3.6.0" [tool.poetry.dev-dependencies] websocket_client = "^1.1.0" [tool.poetry.dependencies.black] git = "https://github.com/psf/black.git" rev = "22.3.0"