Commit Graph

9 Commits

Author SHA1 Message Date
Maarten De Wispelaere 543c9fde83 [FIX] requirements.txt : gevent & greenlet versions updated
gevent 1.0.1 (old) causes issue on Debian 8.0 Jessie : Disk running out of free space
Cause: /var/log/syslog and /var/log/daemon.log full of "NameError: name 'PROTOCOL_SSLv3' is not defined"

FYI: disk of 20GB runs out of space in less than 24h!

gevent 1.0.2 release notes : https://github.com/gevent/gevent/blob/1.0.2/changelog.rst#release-102-may-23-2015
2015-09-18 00:55:02 +02:00
Christophe Combelles c73f3d7d1b [FIX] requirements.txt: reportlab version updated
switch to reportlab 3.1.44 because of install problems with 3.1.8
(See https://bitbucket.org/rptlab/reportlab/issues/55/setuptools-80-cannot-install-reportlab-318 )
2015-09-18 00:54:57 +02:00
Aaron Bohy 36e9726c67 [FIX] packaging: tarball nightly test
Workarounded https://launchpad.net/debian/+source/openssl/1.0.1j-1 by updating
requests in requirements.txt and pip in our tests environment.
2015-07-15 11:44:07 +02:00
Alexandre Fayolle 988baeb533 [FIX] setup: use pypi version of PyChart
PyChart 1.39 is available on pypi.python.org, use it
in dependency specs instead of the direct link to
unreliable download.gna.org

Closes #6781
2015-07-01 16:04:15 +02:00
Leonardo Rochael Almeida 12e7d80273 Declare PyChart package name in requirements.txt
While calling `pip install -r requirements.txt`, the PyChart tarball is
always downloaded even if `pip` has a download cache configured (which
it does by default in later versions).

This is because `pip` has no way of knowing which package the PyChart
tarball contains before downloading and running its `setup.py`.

By declaring the PyChart "egg" in `requirements.txt` the tarball is no
longer downloaded if it's already in the download cache.
2015-02-26 16:28:47 -03:00
Xavier Morel 35a257dbfd [REM] duplicated package in requirements, sort 2014-11-19 17:07:28 +01:00
Leonardo Pistone 56d1461905 [REM] python-stdnum from requirements
It is never used in the code, and causes problems with wheels: related
to pypa/pip#2105

closes #3744
2014-11-19 12:38:36 +01:00
Frederic van der Essen 7999965af6 [FIX] requirements.txt: add info about optional python requirements used for the point of sale receipt printing 2014-11-18 19:06:21 +01:00
Simon Lejeune 735924878f [REF] setup: cleanup and linting of setup.py, reworked MANIFEST, added requirements.txt 2014-09-02 14:13:00 +02:00