[IMP] point_of_sale: re-use the /web provided font-awesome font
[odoo/odoo.git] / setup.cfg
1 [bdist_rpm]
2 post-install = setup/redhat/postinstall.sh
3
4 requires =
5   babel
6   libxslt-python
7   pyparsing
8   python-dateutil
9   python-decorator
10   python-docutils
11   python-feedparser
12   python-imaging
13   python-jinja2
14   python-ldap
15   python-lxml
16   python-mako
17   python-mock
18   python-openid
19   python-passlib
20   python-psutil
21   python-psycopg2
22   python-reportlab
23   python-requests
24   python-simplejson
25   python-unittest2
26   python-vobject
27   python-werkzeug
28   python-yaml
29   pytz
30
31 # -------------------------------------------------------------------
32 # CentOS 7 notes
33 # -------------------------------------------------------------------
34 #
35 # These libraries can be installed as system packages thanks to the
36 # Fedora EPEL repo (https://fedoraproject.org/wiki/EPEL):
37 # rpm -ivh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm
38 # yum update -y && yum upgrade -y
39 #
40 # Unfortunately, all the needed packages are not yet ported to EPEL7. You can install them with pip:
41 # yum install python-pip gcc python-devel -y
42 # pip install pydot pyPdf vatnumber xlwt http://download.gna.org/pychart/PyChart-1.39.tar.gz