From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- setup.cfg | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..329d0ce1 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,48 @@ +[install] +optimize=1 + +[bdist_rpm] +no-autoreq = yes +install-script = setup/redhat/install.sh +post-install = setup/redhat/postinstall.sh + +requires = + sassc + python(abi) >= 3.8 + python3-babel + python3-decorator + python3-docutils + python3-feedparser + python3-freezegun + python3-gevent + python3-greenlet + python3-html2text + python3-idna + python3-jinja2 + python3-lxml + python3-mako + python3-markupsafe + python3-mock + python3-num2words + python3-ofxparse + python3-passlib + python3-pillow + python3-psutil + python3-psycopg2 + python3-polib + python3-pydot + python3-PyPDF2 + python3-pyserial + python3-dateutil + python3-pytz + python3-pyusb + python3-qrcode + python3-reportlab + python3-requests + python3-six + python3-stdnum + python3-vobject + python3-werkzeug + python3-xlwt + python3-xlrd + python3-zeep -- cgit v1.2.3