Created
August 23, 2020 08:07
-
-
Save omushpapa/2781996de859c25822467663cc79984f to your computer and use it in GitHub Desktop.
Odoo Dependencies
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
[tool.poetry] | |
name = "odoo-dev" | |
version = "0.1.0" | |
description = "" | |
authors = [] | |
[tool.poetry.dependencies] | |
python = ">=3.6,<3.8" | |
OdooRPC = "^0.7.0" | |
babel = "=2.3.4" | |
chardet = "=3.0.4" | |
decorator = "=4.0.10" | |
docutils = "=0.12" | |
ebaysdk = "=2.1.5" | |
feedparser = "=5.2.1" | |
gevent = "=1.4.0" | |
#greenlet = "=0.4.13" | |
html2text = "=2016.9.19" | |
libsass = "=0.12.3" | |
lxml = "=4.2.3" | |
mako = "=1.0.4" | |
markupsafe = "=0.23" | |
mock = "=2.0.0" | |
num2words = "=0.5.6" | |
ofxparse = "=0.16" | |
passlib = "=1.6.5" | |
pillow = "=6.1.0" | |
psutil = "=5.6.3" | |
psycopg2-binary = "=2.8.3" | |
pydot = "=1.2.3" | |
pyldap = "=2.4.28" | |
pyparsing = "=2.1.10" | |
#pypdf2 = "=1.26.0" | |
pyserial = "=3.1.1" | |
python-dateutil = "=2.5.3" | |
pytz = "=2016.7" | |
pyusb = "=1.0.0" | |
qrcode = "=5.3" | |
reportlab = "=3.3.0" | |
requests = "=2.20.0" | |
suds-jurko = "=0.6" | |
vatnumber = "=1.2" | |
vobject = "=0.9.3" | |
werkzeug = "=0.16.0" | |
xlsxwriter = "=0.9.3" | |
xlwt = "=1.3.*" | |
xlrd = "=1.0.0" | |
Jinja2 = "=2.10.1" | |
pyconfigreader = "^0.8.2" | |
[tool.poetry.dev-dependencies] | |
[build-system] | |
requires = ["poetry-core>=1.0.0a5"] | |
build-backend = "poetry.core.masonry.api" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment