50 lines
907 B
TOML
50 lines
907 B
TOML
[tool.poetry]
|
|
|
|
name = "ERPLibre"
|
|
version = "1.1.0"
|
|
|
|
description = "TODO"
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
authors = ["TechnoLibre"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
giturlparse = "^0.9.2"
|
|
agithub = "^2.2.2"
|
|
gitpython = "^3.1.7"
|
|
PyYAML = "^5.3.1"
|
|
retrying = "^1.3.3"
|
|
xmltodict = "^0.12.0"
|
|
Babel = "^2.3.4"
|
|
chardet = "^3.0.4"
|
|
decorator = "^4.0.10"
|
|
docutils = "^0.12"
|
|
ebaysdk = "^2.1.5"
|
|
feedparser = "^5.2.1"
|
|
html2text = "^2016.9.19"
|
|
Jinja2 = "^2.10.1"
|
|
libsass = "^0.12.3"
|
|
Mako = "^1.0.4"
|
|
MarkupSafe = "^0.23"
|
|
mock = "^2.0.0"
|
|
num2words = "^0.5.6"
|
|
ofxparse = "^0.16"
|
|
passlib = "^1.6.5"
|
|
pydot = "^1.2.3"
|
|
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.11.15"
|
|
XlsxWriter = "^0.9.3"
|
|
xlrd = "^1.0.0"
|