13 Commits

Author SHA1 Message Date
Romain Porte
599bd6c9e4
barcodes: replace viivakoodi with python-barcode
python-barcode is yet another clone of the PyPI barcode library, but
which is still developped compared to viivakoodi.

The author provides Python 3.7 support in the last release, which is a
nice to have.  However, since this dependency requires at least Python
3.5, we have to align our minimum supported version to 3.5 too, and drop
near EOL Python 2.7 support.

Signed-off-by: Romain Porte <microjoe@microjoe.org>
2019-10-07 19:16:20 +02:00
Patrick Kanzler
c259263f26 blacklist pytest 3.2.0 because it breaks our tests
see pytest-dev/pytest#2644 for reference
2017-08-04 15:17:05 +02:00
Patrick Kanzler
a15d02b50c change dependency to docutils to newer version of sphinx
This is a revert to f8b7238801c82f7858c64a60162cbe36aa8fe332
2017-01-06 18:05:59 +01:00
Patrick Kanzler
f8b7238801
downgrade docutils
version 0.13 of docutils seems to have problems. See
sphinx-doc/sphinx#3212
2016-12-09 21:24:57 +01:00
Davis Goglin
3ec00ae16e Remove unneeded requirements 2016-03-28 09:58:42 -07:00
Davis Goglin
c26c875b61 Convert ini format to yaml format. 2016-03-28 09:58:42 -07:00
Davis Goglin
39e912bef4 I guess localconfig needs future 2016-03-28 09:58:42 -07:00
Davis Goglin
4548dd3830 Required for tests to pass 2016-03-28 09:58:42 -07:00
Davis Goglin
73be1f2c48 Remove future from doc requirements. Doesn't need to be there 2016-03-28 09:58:42 -07:00
Davis Goglin
6096c15b80 Add future requirement to be able to use configparser 2016-03-28 09:58:42 -07:00
Patrick Kanzler
64e63b0180 PCKG automatically generate version from git-tags
* uses setuptools_scm
2016-03-11 14:46:36 +01:00
Patrick Kanzler
086b407b62 DOC use sphinx-rtd-theme even if built locally 2016-03-11 14:46:36 +01:00
Patrick Kanzler
e16e666dce DOC fix autodoc not working on RTD 2015-12-27 22:57:57 +01:00