2024-08-25 15:54:24 -04:00
|
|
|
[build-system]
|
|
|
|
|
requires = [ "poetry>=1.8.3",]
|
|
|
|
|
build-backend = "poetry.masonry.api"
|
|
|
|
|
|
|
|
|
|
[tool.isort]
|
|
|
|
|
profile = "black"
|
2025-08-07 04:45:54 -04:00
|
|
|
py_version = 310
|
2024-08-25 15:54:24 -04:00
|
|
|
|
|
|
|
|
[tool.black]
|
|
|
|
|
line-length = 79
|
|
|
|
|
target-version = [ "py37",]
|
|
|
|
|
|
|
|
|
|
[tool.poetry]
|
|
|
|
|
name = "ERPLibre"
|
2025-04-13 12:50:14 -04:00
|
|
|
version = "1.6.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
description = "Easy way to configure Odoo community"
|
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
|
authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2025-08-07 04:45:54 -04:00
|
|
|
python = ">=3.10.14,<3.11"
|
|
|
|
|
a2wsgi = ">=1.10.6"
|
|
|
|
|
algoliasearch = ">=2.0,<3.0"
|
|
|
|
|
apispec = ">=4.0.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
asana = "^5.2.1"
|
2024-08-25 15:54:24 -04:00
|
|
|
asn1crypto = "^1.5.1"
|
|
|
|
|
astor = "^0.8.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
avalara = "^25.7.1"
|
2024-08-25 15:54:24 -04:00
|
|
|
azure-identity = "1.13.0"
|
|
|
|
|
azure-storage-blob = "12.16.0"
|
|
|
|
|
babel = "2.9.1"
|
|
|
|
|
base64io = "^1.0.3"
|
2025-04-26 17:25:47 -04:00
|
|
|
beautifulsoup4 = "^4.13.4"
|
2024-08-25 15:54:24 -04:00
|
|
|
bokeh = "3.1.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
boto3 = "1.38.42"
|
2024-08-25 15:54:24 -04:00
|
|
|
bs4 = "^0.0.2"
|
2025-08-07 04:45:54 -04:00
|
|
|
cachetools = "5.5.2"
|
|
|
|
|
cairosvg = "^2.8.2"
|
2024-12-02 05:31:10 -05:00
|
|
|
cerberus = "^1.3.7"
|
2024-08-25 15:54:24 -04:00
|
|
|
chardet = "4.0.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
chromedriver-binary = "^141.0.7362.0.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
clicksend-client = "^5.0.78"
|
2025-08-07 06:28:34 -04:00
|
|
|
cmake = "^4.1.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
contextvars = "^2.4"
|
2024-08-25 15:54:24 -04:00
|
|
|
countryinfo = "^0.1.2"
|
|
|
|
|
cryptography = "3.4.8"
|
2025-08-07 04:45:54 -04:00
|
|
|
cssselect = "^1.3.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
cybersource-rest-client-python = "0.0.56"
|
2025-08-07 06:28:34 -04:00
|
|
|
cython = "^3.1.3"
|
2024-08-25 15:54:24 -04:00
|
|
|
decorator = "4.4.2"
|
2025-08-07 04:45:54 -04:00
|
|
|
dicomweb-client = "^0.60.1"
|
|
|
|
|
dlib = "^20.0.0"
|
|
|
|
|
dnspython = "^2.7.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
docutils = "0.16"
|
|
|
|
|
dotty-dict = "^1.3.1"
|
|
|
|
|
dropbox = "^12.0.2"
|
|
|
|
|
ebaysdk = "2.1.5"
|
2025-08-07 04:45:54 -04:00
|
|
|
elasticsearch = ">=7.0.0,<=7.13.4"
|
2024-08-25 15:54:24 -04:00
|
|
|
email-validator = "^2.2.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
endesive = "^2.19.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
extendable = ">=0.0.4"
|
|
|
|
|
extendable-pydantic = ">=1.2.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
extract-msg = "^0.55.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
ezdxf = "^1.4.2"
|
2024-08-25 15:54:24 -04:00
|
|
|
face-recognition = "^1.3.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
factur-x = "^3.8"
|
|
|
|
|
fastapi = ">=0.110.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
filetype = "^1.2.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
formio-data = "^2.1.1"
|
2024-08-25 15:54:24 -04:00
|
|
|
freezegun = "0.3.15"
|
|
|
|
|
fsspec = ">=2024.5.0"
|
|
|
|
|
gdown = "^5.2.0"
|
|
|
|
|
geocoder = "^1.38.1"
|
2024-12-02 05:31:10 -05:00
|
|
|
geojson = "^3.2.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
geopy = "^2.4.1"
|
2025-04-27 02:52:58 -04:00
|
|
|
gevent = "23.9.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
gitpython = "^3.1.45"
|
|
|
|
|
google-cloud-documentai = "^3.5.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
googletrans-py = "4.0.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
graphene = "^3.4.3"
|
2025-08-07 06:28:34 -04:00
|
|
|
graphql-server = "^3.0.0"
|
2025-04-27 02:52:58 -04:00
|
|
|
greenlet = "3.2.1"
|
2024-08-25 15:54:24 -04:00
|
|
|
httpagentparser = "1.8.1"
|
2024-11-28 03:08:30 -05:00
|
|
|
hubspot-api-client = "10.0.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
idna = "2.10"
|
2025-08-07 06:28:34 -04:00
|
|
|
img2pdf = "^0.6.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
itsdangerous = "^2.2.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
jinja2 = "2.11.3"
|
2025-08-07 04:45:54 -04:00
|
|
|
jsondiff = "^2.2.1"
|
2024-08-25 15:54:24 -04:00
|
|
|
keystoneauth1 = "5.0.0"
|
|
|
|
|
libsass = "0.20.1"
|
|
|
|
|
linkedin = "^0.1.5"
|
2025-08-07 04:45:54 -04:00
|
|
|
lottie = "^0.7.2"
|
2024-08-25 15:54:24 -04:00
|
|
|
lxml = "4.6.5"
|
2025-04-13 01:49:54 -04:00
|
|
|
mako = "^1.3.10"
|
2024-08-25 15:54:24 -04:00
|
|
|
markupsafe = "1.1.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
marshmallow = "<4.0.0"
|
|
|
|
|
marshmallow-objects = ">=2.0.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
matplotlib = "^3.10.5"
|
2024-08-25 15:54:24 -04:00
|
|
|
mechanize = "^0.4.10"
|
|
|
|
|
messagebird = "^2.2.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
meteostat = "^1.7.4"
|
2024-12-02 05:31:10 -05:00
|
|
|
mock = "^5.2.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
mpld3 = "0.5.9"
|
2024-12-02 05:31:10 -05:00
|
|
|
mysqlclient = "^2.2.7"
|
2024-08-25 15:54:24 -04:00
|
|
|
nextcloud-api-wrapper = "^0.2.3"
|
|
|
|
|
num2words = "0.5.13"
|
|
|
|
|
numpy = ">=1.15"
|
|
|
|
|
numpy-financial = "<=1.0.0"
|
2024-11-28 03:08:30 -05:00
|
|
|
numpy-stl = "^3.2.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
oauthlib = "^3.3.1"
|
2024-08-25 15:54:24 -04:00
|
|
|
odoo-test-helper = "^2.1.1"
|
|
|
|
|
odoorpc = "^0.10.1"
|
|
|
|
|
ofxparse = "0.21"
|
|
|
|
|
ofxtools = "^0.9.5"
|
2025-08-07 06:28:34 -04:00
|
|
|
openai = "^1.99.9"
|
2025-08-07 04:45:54 -04:00
|
|
|
opencv-python = "^4.12.0.88"
|
2024-08-25 15:54:24 -04:00
|
|
|
openpyxl = "^3.1.5"
|
2025-08-07 04:45:54 -04:00
|
|
|
openupgradelib = "^3.11.1"
|
2025-08-07 06:28:34 -04:00
|
|
|
ovh = "^1.2.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
pandas = ">=0.25.3"
|
2025-08-07 06:28:34 -04:00
|
|
|
paramiko = "<4"
|
2025-08-07 04:45:54 -04:00
|
|
|
parse-accept-language = "^0.1.2"
|
2024-08-25 15:54:24 -04:00
|
|
|
passlib = "1.7.4"
|
|
|
|
|
pathspec = "^0.12.1"
|
|
|
|
|
pay-ccavenue = "^1.0.0"
|
|
|
|
|
pdf2image = "^1.17.0"
|
2024-11-28 03:13:52 -05:00
|
|
|
pdfminer = "^20191125"
|
2025-08-07 06:28:34 -04:00
|
|
|
phonenumbers = "^9.0.12"
|
2025-08-07 04:45:54 -04:00
|
|
|
pika = "^1.3.2"
|
2025-04-27 02:52:58 -04:00
|
|
|
pillow = "10.3.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
plotly = "5.13.1"
|
|
|
|
|
polib = "1.1.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
pre-commit = "^4.3.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
premailer = "^3.10.0"
|
|
|
|
|
printnodeapi = "^0.2.0"
|
|
|
|
|
prometheus-client = "0.15.0"
|
|
|
|
|
psutil = "5.8.0"
|
|
|
|
|
psycopg2 = "2.9.2"
|
|
|
|
|
py-asterisk = "^0.5.18"
|
|
|
|
|
py3dns = "^4.0.2"
|
|
|
|
|
py3o-formats = "^0.3"
|
|
|
|
|
py3o-template = "^0.10.0"
|
|
|
|
|
pyaudio = "^0.2.14"
|
|
|
|
|
pycountry = "^24.6.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
pycups = "^2.0.4"
|
|
|
|
|
pydantic = ">=2.0.0"
|
2024-12-02 05:31:10 -05:00
|
|
|
pydevd-odoo = "^1.2.2"
|
2024-11-11 23:53:38 -05:00
|
|
|
pydifact = "^0.1.8"
|
2024-08-25 15:54:24 -04:00
|
|
|
pydot = "1.4.2"
|
2025-08-07 06:28:34 -04:00
|
|
|
pyfcm = "^2.1.0"
|
|
|
|
|
pygithub = "^2.7.0"
|
2024-11-28 03:08:30 -05:00
|
|
|
pyjwt = "^2.10.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
pymssql = "<=2.2.5"
|
2024-08-25 15:54:24 -04:00
|
|
|
pyncclient = "^0.7"
|
|
|
|
|
pyopenssl = "20.0.1"
|
|
|
|
|
pypdf2 = "1.26.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
pyquerystring = "^1.1"
|
2024-08-25 15:54:24 -04:00
|
|
|
pyrfc6266 = "^1.0.2"
|
2024-12-02 05:31:10 -05:00
|
|
|
pysaml2 = "^7.5.2"
|
2024-08-25 15:54:24 -04:00
|
|
|
pyserial = "3.5"
|
|
|
|
|
pysftp = "^0.2.9"
|
|
|
|
|
pytesseract = "^0.3.13"
|
|
|
|
|
python-barcode = "^0.15.1"
|
2024-12-02 05:31:10 -05:00
|
|
|
python-dateutil = ">=2.8.2"
|
2025-08-07 04:45:54 -04:00
|
|
|
python-jose = "^3.5.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
python-json-logger = "2.0.4"
|
|
|
|
|
python-keystoneclient = "5.0.0"
|
|
|
|
|
python-ldap = "3.4.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
python-multipart = "^0.0.20"
|
2024-08-25 15:54:24 -04:00
|
|
|
python-resize-image = "^1.1.20"
|
|
|
|
|
python-slugify = "^8.0.4"
|
|
|
|
|
python-stdnum = "1.16"
|
|
|
|
|
python-swiftclient = "4.1.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
python-telegram-bot = "^22.3"
|
2024-12-02 05:31:10 -05:00
|
|
|
pytz = "^2025.2"
|
2024-08-25 15:54:24 -04:00
|
|
|
pyusb = "1.0.2"
|
|
|
|
|
pyyaml = "6.0"
|
|
|
|
|
pyzbar = "^0.1.9"
|
|
|
|
|
pyzk = "^0.9"
|
|
|
|
|
qrcode = "6.1"
|
|
|
|
|
redis = "4.3.4"
|
2024-12-02 05:31:10 -05:00
|
|
|
reportlab = "3.6.5"
|
2025-08-07 06:28:34 -04:00
|
|
|
requests = "2.31.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
requests-oauthlib = "^2.0.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
requests-toolbelt = "^1.0.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
responses = "^0.25.8"
|
2024-08-25 15:54:24 -04:00
|
|
|
roulier = "^1.1.1"
|
|
|
|
|
schwifty = "2024.4.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
selenium = "^4.35.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
sentry-sdk = "<=1.9.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
setuptools = "65.5.1"
|
|
|
|
|
shapely = "^2.1.1"
|
2024-12-02 05:31:10 -05:00
|
|
|
simplejson = "^3.20.1"
|
|
|
|
|
spacy = "3.8.2"
|
2024-08-25 15:54:24 -04:00
|
|
|
speechrecognition = "3.10.0"
|
2025-08-07 06:28:34 -04:00
|
|
|
sqlalchemy = "^2.0.43"
|
2024-08-25 15:54:24 -04:00
|
|
|
statsd = "4.0.1"
|
2025-08-07 04:45:54 -04:00
|
|
|
telesign = "^2.3.1"
|
2025-08-07 06:28:34 -04:00
|
|
|
telnyx = "^2.1.6"
|
2025-08-07 04:45:54 -04:00
|
|
|
tldextract = "^5.3.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
todoist-python = "^8.1.4"
|
2025-08-07 04:45:54 -04:00
|
|
|
tweepy = "^4.16.0"
|
|
|
|
|
twilio = "^9.7.0"
|
|
|
|
|
typing-extensions = "^4.14.1"
|
|
|
|
|
ujson = "^5.10.0"
|
2025-04-26 17:25:47 -04:00
|
|
|
unidecode = "^1.4.0"
|
2025-08-07 04:45:54 -04:00
|
|
|
urllib3 = "2.5.0"
|
2024-08-25 15:54:24 -04:00
|
|
|
validate-email = "^1.3"
|
|
|
|
|
vobject = "0.9.6.1"
|
2025-08-07 06:28:34 -04:00
|
|
|
vonage = "^4.6.0"
|
2024-11-13 03:03:12 -05:00
|
|
|
vonage-verify-v2 = "1.1.4"
|
2024-08-25 15:54:24 -04:00
|
|
|
werkzeug = "2.0.2"
|
|
|
|
|
xlrd = "1.2.0"
|
|
|
|
|
xlsxwriter = "1.4.5"
|
|
|
|
|
xlwt = "1.3.0"
|
|
|
|
|
xmltodict = "0.13.0"
|
|
|
|
|
zeep = "4.0.0"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
websocket_client = "^1.1.0"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies.black]
|
|
|
|
|
git = "https://github.com/psf/black.git"
|
|
|
|
|
rev = "24.8.0"
|