33 Commits

Author SHA1 Message Date
kennethreitz 72efce6787 Update version number to 0.6.0 and remove Python 2 support 2024-03-29 19:50:46 -04:00
kennethreitz 9e0d8bc244 Update SQLAlchemy version and modify test fixture 2024-03-29 19:37:25 -04:00
kennethreitz 08845f792a Refactor setup.py and update dependencies 2024-03-29 19:23:13 -04:00
kennethreitz 3853e17de8 Merge branch 'master' into _rm_old_sqlalchemy 2024-03-29 19:07:18 -04:00
Paul Philip Voelker 8346dadb61 Add openpyxl>2.6.0 requirement 2020-03-30 21:59:55 +02:00
Paul Philip Voelker 28aac298e0 remove temporary openpyxl fix 2019-09-02 18:51:51 -04:00
Markus Kaiserswerth 48e2283172 Removed dependency on old SQLAlchemy (for Python 2.6)
The conditional dependency on SQLAlchemy is no longer required since
support for Python 2.6 was removed.
2018-06-25 12:15:35 +02:00
Jan Vlcinsky e7bb914cd8 Require tablib>=0.11.4 to resolve #52
Given tablib version removed omnijson and uses stdlib one.
2018-04-28 22:47:42 +02:00
Hugo 59bb3c6da9 Use automatic formatters 2018-04-26 16:24:45 +03:00
Hugo 8e75acf23f Remove EOL Python 2.6 and 3.3, add 3.6 2018-04-26 16:24:16 +03:00
Jan Vlcinsky a096d9a9b5 Fix #142: failure to export to XLSX (downgrade openpyxl)
This fix shall be removed as soon as tablib gets the problem resolved.
2018-04-15 00:30:36 +02:00
Jan Vlcinsky 76afc6fd67 Removed support for python 2.6. Fix #141 2018-04-14 00:09:07 +02:00
Jan Vlcinsky 55fe42a4ae Fix SQLAlchemy version for python 2.6
Tests revealed, that under python 2.6, only SQLAlchemy<1.1 is supported
2018-04-13 23:57:24 +02:00
Jan Vlcinsky 61b2b68bd5 Remove utf-8 chars "..." from setup.py 2018-04-13 23:33:39 +02:00
kennethreitz fcd41c36c9 v5.3
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-28 18:55:39 -04:00
kennethreitz a305510dca sp
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-17 10:41:32 -04:00
kennethreitz d1b5b7f96d add some extras for databases
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-17 10:40:05 -04:00
kennethreitz 984cfdace1 v0.5.2
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-02 14:06:28 -04:00
Daniel Schep b8691b0985 Make pandas support optional, as it is with tablib
For the same reasons as with kennethreitz/tablib#307, it's preferable
that pandas support not be included by default.

* pandas wheels weigh in at 130M which counts for a lot when working
with environments like AWS Lambda which are limited to 256M.
* Some people can't use wheels and having to compile pandas
siginificantly slows down their build proceses and CI pipelines.
2017-09-02 12:43:02 -04:00
kennethreitz d7648ba26e use tablib[pandas]
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 15:43:55 -04:00
vsandeepsrivastav 5c24ea7ea0 re was imported but never used so removed the same, line 20 in the original file needed two blank lines before function definition added the same and extra spaces around the operator in line 34 removed the same. 2016-12-14 16:20:17 +05:30
kennethreitz 6073ee5f23 v0.5.0 2016-11-15 09:45:50 -05:00
kennethreitz fdd34ebdef v0.4.3 2016-02-16 03:23:54 -05:00
kennethreitz 324d3516e2 v0.4.2 2016-02-15 00:37:34 -05:00
kennethreitz c20c1de27c v0.4.1 2016-02-15 00:25:47 -05:00
kennethreitz ff0c5bc6c3 sqlalchemy 2016-02-13 01:52:02 -05:00
kennethreitz d98b3fff7d v0.3.0 2016-02-11 19:23:29 -05:00
kennethreitz 27ed8d0292 v0.2.0 2016-02-10 21:03:54 -05:00
Andrew Doroschenko 826fa5d9b9 Simple form of data reading in README.rst
You can read the files with the information increasingly clear
2016-02-08 12:51:01 +03:00
kennethreitz f396a2023d SQL for Humans 2016-02-07 11:50:30 -05:00
kennethreitz eb8e133fb4 syntax error 2016-02-07 05:09:31 -05:00
kennethreitz 2cc5411106 Update setup.py 2016-02-07 03:42:38 -05:00
kennethreitz b4b630f40d pypi stuff
I will forever hate that setup.cfg is neccesary for wheels.
2016-02-07 02:16:04 -05:00